From: Michael Kerrisk Date: Mon, 26 Oct 2020 09:34:01 +0000 (+0100) Subject: man_show_fixme.sh: Don't hyphenate or justify the manual page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=decda9885e36b4b8b46dc2052dac8692d280d9f9;p=thirdparty%2Fman-pages.git man_show_fixme.sh: Don't hyphenate or justify the manual page Signed-off-by: Michael Kerrisk --- diff --git a/scripts/man_show_fixme.sh b/scripts/man_show_fixme.sh index 5cc889a3c5..6a42b33210 100755 --- a/scripts/man_show_fixme.sh +++ b/scripts/man_show_fixme.sh @@ -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