pspp-convert.1 - fixed a syntax typo
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 16 Aug 2020 08:43:04 +0000 (10:43 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 16 Aug 2020 09:11:14 +0000 (11:11 +0200)
The debian build checks reported a bug in the man page:

troff: <standard input>: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

index 08b5fec06551ded4593822c40df426061c4b962e..6c8874a530ac5fcc2a3f5929dd5516757b0bfe39 100644 (file)
@@ -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