[BACK]Return to gmdiff CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/gmdiff between version 1.10 and 1.11

version 1.10, 2018/04/24 13:58:30 version 1.11, 2018/08/16 12:25:32
Line 36  elif [ "X$1" = "X-u" ]; then
Line 36  elif [ "X$1" = "X-u" ]; then
   MOPT="-Ios=OpenBSD -Wall -Tutf8 $MOPT"    MOPT="-Ios=OpenBSD -Wall -Tutf8 $MOPT"
   COLPIPE="cat"    COLPIPE="cat"
 else  else
   ROFF="groff -et -ww -mtty-char -Tascii -P -c"    ROFF="groff -ket -ww -mtty-char -Tascii -P -c"
   MOPT="-Ios=OpenBSD -Wall -Tascii $MOPT"    MOPT="-Ios=OpenBSD -Wall -Tascii $MOPT"
   COLPIPE="cat"    COLPIPE="cat"
 fi  fi
Line 51  while [ -n "$1" ]; do
Line 51  while [ -n "$1" ]; do
   for i in roff mandoc; do    for i in roff mandoc; do
     [ -s /tmp/$i.err ] && echo "$i errors:" && cat /tmp/$i.err      [ -s /tmp/$i.err ] && echo "$i errors:" && cat /tmp/$i.err
   done    done
   diff -au /tmp/roff.out /tmp/mandoc.out 2>&1    diff -au $DIFFOPT /tmp/roff.out /tmp/mandoc.out 2>&1
 done  done
   
 exit 0  exit 0

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb