From 10414db19befbd8b3c6f86b270410167f90dca3b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 26 Oct 2020 10:34:01 +0100 Subject: [PATCH] man_show_fixme.sh: Don't hyphenate or justify the manual page Signed-off-by: Michael Kerrisk --- scripts/man_show_fixme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/man_show_fixme.sh b/scripts/man_show_fixme.sh index 5cc889a3c..6a42b3321 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