From 86029191b03bea922826621a2c9ce96c4603c0d1 Mon Sep 17 00:00:00 2001 Message-Id: <86029191b03bea922826621a2c9ce96c4603c0d1.1715226771.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 12 Apr 2008 15:11:07 +0100 Subject: [PATCH] force HTML-ized man pages to use ASCII Organization: Straylight/Edgeware From: Richard Kettlewell --- scripts/htmlman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;
-- 
[mdw]