diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 20:03:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 20:03:17 +0000 |
commit | 557780bebdb6f646d2fa26cb84847307fe45918b (patch) | |
tree | b9b4972ef424d0d69f29ad92d43389474102b8e8 /gmdiff | |
parent | a56cf45e2bd5ca56ab01eac4da4e57e086e51e90 (diff) | |
download | mandoc-557780bebdb6f646d2fa26cb84847307fe45918b.tar.gz |
use the tty-char macro file for ASCII comparisons
Diffstat (limited to 'gmdiff')
-rw-r--r-- | gmdiff | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |