mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
lsqeth: Fix incorrectly used font change sequence in man page
The lsqeth man page uses the font change sequence \f without a parameter, which is not allow: $ man --warnings -E UTF-8 -l -Tutf8 -Z zconf/qeth/lsqeth.8 troff:<standard input>:13: error: a space character is not allowed in an escape sequence parameter troff:<standard input>:13: error: a space character is not allowed in an escape sequence parameter troff:<standard input>:13: error: a space character is not allowed in an escape sequence parameter troff:<standard input>:13: error: a space character is not allowed in an escape sequence parameter troff:<standard input>:13: error: a newline character is not allowed in an escape sequence parameter Fix it by using proper espace sequence to format the specific parts of the text correctly. This also brings the synopsis a bit more in line with other qeth tools. Github-ID: https://github.com/ibm-s390-linux/s390-tools/issues/170 Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -10,7 +10,7 @@ settings.
|
||||
|
||||
.SH SYNOPSIS
|
||||
.TP 16
|
||||
.B lsqeth \f [ -p ]\fB \f [ -h ]\fB \f [ -v ]\fB \f <device>\f
|
||||
\fBlsqeth\fR [ \-p ] [ \-h ] [ \-v ] \fIdevice\fR
|
||||
|
||||
.SH DESCRIPTION
|
||||
The lsqeth command lists all available qeth-based network devices with
|
||||
|
||||
Reference in New Issue
Block a user