Use -mandoc instead of -man.
Submitted by: horikawa
This commit is contained in:
parent
73b56e3d42
commit
dd88e3d606
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36420
1 changed files with 13 additions and 0 deletions
13
japanese/man/files/patch-ab
Normal file
13
japanese/man/files/patch-ab
Normal file
|
@ -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
|
Loading…
Reference in a new issue