man_show_fixme.sh: Don't hyphenate or justify the manual page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-10-26 10:34:01 +01:00
parent 820e13fbd4
commit 10414db19b
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ for f in $*; do
{
print $0
}
' | tee "/tmp/$(basename $f).src" | man -l /dev/stdin
' | tee "/tmp/$(basename $f).src" | man --nh --nj -l /dev/stdin
done