mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add -S to nroff and troff invocations of man.
This commit is contained in:
parent
0f1331a827
commit
d8bbd3e143
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ libdir= /etc
|
|||
bindir= ${BINDIR}
|
||||
pager= more -s
|
||||
manpath_config_file= /etc/manpath.config
|
||||
troff= /usr/bin/groff -man
|
||||
troff= /usr/bin/groff -S -man
|
||||
# -Tascii or localized encoding added automatically
|
||||
nroff= /usr/bin/groff -Wall -mtty-char -man
|
||||
nroff= /usr/bin/groff -S -Wall -mtty-char -man
|
||||
apropos= /usr/bin/apropos
|
||||
whatis= /usr/bin/whatis
|
||||
eqn= /usr/bin/eqn
|
||||
|
|
|
|||
Loading…
Reference in a new issue