+if [ "X$1" = "X-h" ]; then
+ shift
+ export PATH="/usr/local/heirloom-doctools/bin:$PATH"
+ EQN="neqn"
+ ROFF="nroff"
+ MOPT="-Ios=BSD -Tascii $MOPT"
+ COLPIPE="col -b"
+elif [ "X$1" = "X-u" ]; then
+ shift
+ ROFF="groff -ket -ww -Tutf8 -P -c"
+ MOPT="-Ios=OpenBSD -Wall -Tutf8 $MOPT"
+ COLPIPE="cat"
+else
+ ROFF="groff -et -ww -mtty-char -Tascii -P -c"
+ MOPT="-Ios=OpenBSD -Wall -Tascii $MOPT"
+ COLPIPE="cat"
+fi
+