diff options
-rw-r--r-- | japanese/man/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/man/files/patch-ab b/japanese/man/files/patch-ab new file mode 100644 index 00000000000..03f510bf693 --- /dev/null +++ b/japanese/man/files/patch-ab @@ -0,0 +1,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 |