diff options
author | mpp <mpp@FreeBSD.org> | 1997-02-05 14:22:13 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-02-05 14:22:13 +0000 |
commit | ab620d2c10fc9c199d1f807a63f0c693e75a8afc (patch) | |
tree | 80cb6925e5328b9def5ac4a67229083ee0a44861 /gnu | |
parent | 95348fe9d9ec803fdfa4d615c4614434564b2ed8 (diff) | |
download | FreeBSD-src-ab620d2c10fc9c199d1f807a63f0c693e75a8afc.zip FreeBSD-src-ab620d2c10fc9c199d1f807a63f0c693e75a8afc.tar.gz |
Don't force postscript output when "man -t" is specified.
Closes PR# 2661.
Submitted by: John-Mark Gurney <gurney_j@efn.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/man/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc index 7c684a0..b8a3e55 100644 --- a/gnu/usr.bin/man/Makefile.inc +++ b/gnu/usr.bin/man/Makefile.inc @@ -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 |