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: 4.0~120 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/86029191b03bea922826621a2c9ce96c4603c0d1 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;