From: Richard Kettlewell Date: Sat, 12 Apr 2008 14:11:07 +0000 (+0100) Subject: force HTML-ized man pages to use ASCII X-Git-Tag: 5.0.3~130 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/86029191b03bea922826621a2c9ce96c4603c0d1?hp=68a1bff0084d623f3ba9ec3b2f56774b6c00d58b force HTML-ized man pages to use ASCII --- diff --git a/scripts/htmlman b/scripts/htmlman index 5bbc07b..fa966dd 100755 --- a/scripts/htmlman +++ b/scripts/htmlman @@ -53,7 +53,7 @@ if $stdhead; then fi printf "
"
 # this is kind of painful using only BREs
-nroff -man "$1" | ${GNUSED} \
+nroff -Tascii -man "$1" | ${GNUSED} \
                       '1d;$d;
                        1,/./{/^$/d};
                        s/&/\&/g;