mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Don't force postscript output when "man -t" is specified.
Closes PR# 2661. Submitted by: John-Mark Gurney <gurney_j@efn.org>
This commit is contained in:
parent
3bd176a7c4
commit
ae3d652021
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ libdir= /etc
|
|||
bindir= ${BINDIR}
|
||||
pager= more -s
|
||||
manpath_config_file= /etc/manpath.config
|
||||
troff= /usr/bin/groff -Tps -man
|
||||
troff= /usr/bin/groff -man
|
||||
nroff= /usr/bin/groff -Wall -mtty-char -Tascii -man
|
||||
apropos= /usr/bin/apropos
|
||||
whatis= /usr/bin/whatis
|
||||
|
|
|
|||
Loading…
Reference in a new issue