mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
There are a couple place with incorrectly used font escape sequences. $ man --warnings -E UTF-8 -l -Tutf8 -Z rust/pvsecret/man/pvsecret.1 troff:<standard input>:107: warning: cannot select font 'F' troff:<standard input>:107: warning: cannot select font 'E' $ man --warnings -E UTF-8 -l -Tutf8 -Z rust/pvsecret/man/pvsecret-verify.1 troff:<standard input>:119: warning: cannot select font 'F' troff:<standard input>:119: warning: cannot select font 'F' troff:<standard input>:119: warning: cannot select font 'F' troff:<standard input>:119: warning: cannot select font 'F' troff:<standard input>:119: warning: cannot select font 'F' troff:<standard input>:131: warning: cannot select font 'F' Use the correct escape sequences and regenerate the man pages. 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>