From 01861d79dff3c59f94ac8af6a16ca03e8aa60a21 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sun, 16 Aug 2020 10:43:04 +0200 Subject: [PATCH] pspp-convert.1 - fixed a syntax typo The debian build checks reported a bug in the man page: troff: :129: '\-' is not allowed in an escape name The man page can be checked with: LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 \ man --warnings -E UTF-8 -l -Tutf8 -Z ./pspp-convert.1 >/dev/null --- utilities/pspp-convert.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/pspp-convert.1 b/utilities/pspp-convert.1 index 08b5fec065..6c8874a530 100644 --- a/utilities/pspp-convert.1 +++ b/utilities/pspp-convert.1 @@ -126,7 +126,7 @@ delimiter. The default is a double quote (\fB\(dq\fR). .SS "Password Options" When the input file is encrypted, \fBpspp\-convert\fR needs to obtain a password to decrypt it. To do so, the user may specify the password -with \f\-p\fR (or \fB\-\-password\fR), or the name of a file containing a +with \fB\-p\fR (or \fB\-\-password\fR), or the name of a file containing a list of possible passwords with \fB\-\-password\-list\fR, or an alphabet of possible passwords to try along with a maximum length with \fB\-a\fR (or \fB\-\-password\-alphabet\fR) and \fB\-l\fR (or -- 2.30.2