mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
A single paragraph opening .TP macro at the end of the man page is causing errors found with: $ man --warnings -E UTF-8 -l -Tutf8 -Z zconf/zcrypt/zcryptstats.8 troff: error: automatically ending diversion 'an-div' on exit It also causes the footer of the man page not rendering correctly. Remove the macro. While at it, remove whitespace damage as well. Github-ID: https://github.com/ibm-s390-linux/s390-tools/issues/170 Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>