source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: adjust to today's change of the OpenBSD groff port
@ 2017-07-04 21:01 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-07-04 21:01 UTC (permalink / raw)
  To: source

Log Message:
-----------
adjust to today's change of the OpenBSD groff port

Modified Files:
--------------
    mandoc:
        gmdiff

Revision Data
-------------
Index: gmdiff
===================================================================
RCS file: /home/cvs/mandoc/mandoc/gmdiff,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lgmdiff -Lgmdiff -u -p -r1.7 -r1.8
--- gmdiff
+++ gmdiff
@@ -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
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-04 21:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-04 21:01 mandoc: adjust to today's change of the OpenBSD groff port schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).