mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
For the --available option the description contains a line starting with ". If", which is intended to be a punctuation and start of a new sentence but is misinterpreted by groff as a macro. As a result, the rendered paragraph is incorrectly displayed. $ man --warnings -E UTF-8 -l -Tutf8 -Z rust/cpacfinfo/man/cpacfinfo.1 troff:<standard input>:128: warning: macro 'If' not defined Even though it's not consistent with the rest of the man page, use the font change escape sequence and surround the specific bold formatted parts to fix this issue and correctly display the sentence. 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>