mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The SITE-ID parameter in the --site section is supposed to be formatted as italic. Instead of .I .ID is used leading to misinterpretation and the mentioning of the parameter missing in the rendered man page. Found via: $ man --warnings -E UTF-8 -l -Tutf8 -Z zdev/man/lszdev.8 troff:<standard input>:455: warning: macro 'ID' not defined Use .I correctly to fix the issue. 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>