diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 21:01:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 21:01:17 +0000 |
commit | 864aed49c1c432f1295b9a2429e94b05550653db (patch) | |
tree | fbfea39482b3a5f561b216f63198e935ac2262a1 /gmdiff | |
parent | 2ab7deeb36296dfb6dee301dc3560af24219a22f (diff) | |
download | mandoc-864aed49c1c432f1295b9a2429e94b05550653db.tar.gz |
adjust to today's change of the OpenBSD groff port
Diffstat (limited to 'gmdiff')
-rw-r--r-- | gmdiff | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ while [ -n "$1" ]; do shift echo " ========== $file ========== " $ROFF -mandoc $file 2> /tmp/roff.err > /tmp/roff.out - ${MANDOC:=mandoc} -Ios='OpenBSD ports' $MOPT $file \ + ${MANDOC:=mandoc} -Ios=OpenBSD $MOPT $file \ 2> /tmp/mandoc.err > /tmp/mandoc.out for i in roff mandoc; do [ -s /tmp/$i.err ] && echo "$i errors:" && cat /tmp/$i.err |