mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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>