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