From ad16ffde4eebaf1df00c2fd76dab38fff79ec5c5 Mon Sep 17 00:00:00 2001 From: uqs Date: Thu, 2 Jun 2011 10:18:49 +0000 Subject: 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 --- usr.bin/man/man.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') 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 -- cgit v1.1