summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-06-02 10:18:49 +0000
committeruqs <uqs@FreeBSD.org>2011-06-02 10:18:49 +0000
commitad16ffde4eebaf1df00c2fd76dab38fff79ec5c5 (patch)
tree7aaedc2bdd1d232bc3b811bd64d2ac494d1b3ce0 /usr.bin
parent75c697f88d61363d7adef67f64cb2a0073c9beec (diff)
downloadFreeBSD-src-ad16ffde4eebaf1df00c2fd76dab38fff79ec5c5.zip
FreeBSD-src-ad16ffde4eebaf1df00c2fd76dab38fff79ec5c5.tar.gz
Fix man -t by not passing grotty flags to groff when grotty is not
involved. This fixes a regression introduced with r221303. Noticed by: jilles
Diffstat (limited to 'usr.bin')
-rwxr-xr-xusr.bin/man/man.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
index f1c91ee..762970d 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -895,7 +895,7 @@ NROFF='groff -S -P-c -Wall -mtty-char -man'
PIC=pic
REFER=refer
TBL=tbl
-TROFF='groff -S -P-c -man'
+TROFF='groff -S -man'
VGRIND=vgrind
COL=/usr/bin/col
OpenPOWER on IntegriCloud