mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The vmur man page uses the .SP macro a lot. This is not a valid macro and it is not defined anywhere. $ man --warnings -E UTF-8 -l -Tutf8 -Z vmur/vmur.8 troff:<standard input>:92: warning: macro 'SP' not defined Remove it entirely as the initial intention is unclear and the rendered man page doesn't change. 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>