Use nroff instead of groff in %nroff% macro, becasue
nroff shell script pass additional internal parameters to groff
This commit is contained in:
parent
cd851fa7bb
commit
9d46c5c874
@ -8,7 +8,7 @@ bindir= ${BINDIR}
|
||||
pager= more -s
|
||||
manpath_config_file= /etc/manpath.config
|
||||
troff= /usr/bin/groff -Tps -man
|
||||
nroff= /usr/bin/groff -Tascii -man
|
||||
nroff= /usr/bin/nroff -Tascii -man
|
||||
apropos= /usr/bin/apropos
|
||||
whatis= /usr/bin/whatis
|
||||
neqn= /usr/bin/eqn -Tascii
|
||||
|
Loading…
Reference in New Issue
Block a user