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

Diff for /mandoc/gmdiff between version 1.6 and 1.7

version 1.6, 2017/05/18 14:45:34 version 1.7, 2017/06/02 12:43:52
Line 29  if [ "X$1" = "X-h" ]; then
Line 29  if [ "X$1" = "X-h" ]; then
   EQN="neqn"    EQN="neqn"
   ROFF="nroff"    ROFF="nroff"
   MOPT="-Omdoc $MOPT"    MOPT="-Omdoc $MOPT"
   elif [ "X$1" = "X-u" ]; then
     shift
     ROFF="groff -ket -ww -Tutf8 -P -c"
     MOPT="-Werror -Tutf8 $MOPT"
 else  else
   EQN="eqn -Tascii"    ROFF="groff -et -ww -Tascii -P -c"
   ROFF="groff -ww -Tascii -P -c"    MOPT="-Werror -Tascii $MOPT"
 fi  fi
 MOPT="-Werror -Tascii $MOPT"  
   
 while [ -n "$1" ]; do  while [ -n "$1" ]; do
   file=$1    file=$1
   shift    shift
   echo " ========== $file ========== "    echo " ========== $file ========== "
   tbl $file | $EQN | $ROFF -mandoc 2> /tmp/roff.err > /tmp/roff.out    $ROFF -mandoc $file 2> /tmp/roff.err > /tmp/roff.out
   ${MANDOC:=mandoc} -Ios='OpenBSD ports' $MOPT $file \    ${MANDOC:=mandoc} -Ios='OpenBSD ports' $MOPT $file \
     2> /tmp/mandoc.err > /tmp/mandoc.out      2> /tmp/mandoc.err > /tmp/mandoc.out
   for i in roff mandoc; do    for i in roff mandoc; do

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb