]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man_show_fixme.sh: Don't hyphenate or justify the manual page
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 26 Oct 2020 09:34:01 +0000 (10:34 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Oct 2020 08:42:41 +0000 (09:42 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
scripts/man_show_fixme.sh

index 5cc889a3c56c492af0465e91335865276c85b27b..6a42b33210c9560bfab7f954c2e1becf4420d20f 100755 (executable)
@@ -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