summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-08-23 20:03:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-08-23 20:03:17 +0000
commit557780bebdb6f646d2fa26cb84847307fe45918b (patch)
treeb9b4972ef424d0d69f29ad92d43389474102b8e8
parenta56cf45e2bd5ca56ab01eac4da4e57e086e51e90 (diff)
downloadmandoc-557780bebdb6f646d2fa26cb84847307fe45918b.tar.gz
use the tty-char macro file for ASCII comparisons
-rw-r--r--gmdiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmdiff b/gmdiff
index d5b1f2a7..32688bf2 100644
--- a/gmdiff
+++ b/gmdiff
@@ -34,7 +34,7 @@ elif [ "X$1" = "X-u" ]; then
ROFF="groff -ket -ww -Tutf8 -P -c"
MOPT="-Werror -Tutf8 $MOPT"
else
- ROFF="groff -et -ww -Tascii -P -c"
+ ROFF="groff -et -ww -mtty-char -Tascii -P -c"
MOPT="-Werror -Tascii $MOPT"
fi