aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-26 10:34:01 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-28 09:42:41 +0100
commit10414db19befbd8b3c6f86b270410167f90dca3b (patch)
tree5d77701d250a3702695256fcc418cd38f0e2eadf
parent820e13fbd4f21e6dadbd4d49b054cad137bea628 (diff)
downloadman-pages-10414db19befbd8b3c6f86b270410167f90dca3b.tar.gz
man_show_fixme.sh: Don't hyphenate or justify the manual page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rwxr-xr-xscripts/man_show_fixme.sh2
1 files changed, 1 insertions, 1 deletions
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