From 3d1209681245cadfbacc887b3788aa8f4b04609f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Thu, 2 Jun 2011 10:18:49 +0000 Subject: [PATCH] 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(-) diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index f1c91ee1bc92..762970d076b3 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