blob: 03f510bf693b9931a2ae4370b5e1e38433dc19e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.inc.bak Wed Dec 27 00:14:14 2000
+++ Makefile.inc Wed Dec 27 00:14:22 2000
@@ -10,8 +10,8 @@
bindir= ${BINDIR}
pager= jless -s
manpath_config_file= /etc/manpath.config
-troff= ${bindir}/groff -S -man
-nroff= ${bindir}/groff -S -Wall -Tnippon -man
+troff= ${bindir}/groff -S -mandoc
+nroff= ${bindir}/groff -S -Wall -Tnippon -mandoc
apropos= ${bindir}/japropos
whatis= ${bindir}/jwhatis
neqn= ${bindir}/geqn -Tascii
|