diff options
Diffstat (limited to 'build-aux/manconv.sh')
-rw-r--r-- | build-aux/manconv.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/manconv.sh b/build-aux/manconv.sh index e53b0269..73e8e3b8 100644 --- a/build-aux/manconv.sh +++ b/build-aux/manconv.sh @@ -38,10 +38,10 @@ s/^\\.PD\$/.PD $PD/" case $FORMAT in ascii) - groff -t -mandoc -Tascii | col -bx + groff -t -mandoc -Tascii -P-c | col -bx ;; utf8) - groff -t -mandoc -Tutf8 | col -bx + groff -t -mandoc -Tutf8 -P-c | col -bx ;; ps) sed "$SED_PD" | groff -dpaper=$PAPER -t -mandoc \ |