Re-enable SGR support (ANSI color escapes) in grotty(1) by default.

Our man(1) and bsd.doc.mk still disable it for POLA reasons via the
-c option to grotty(1).

PR:		gnu/82353
This commit is contained in:
Ruslan Ermilov 2011-06-03 12:02:53 +00:00
parent f1a52c7ed6
commit 0829f5978b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222648

View File

@ -50,12 +50,4 @@ troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html
.\" Handle paper formats
.do mso papersize.tmac
.
.\" Disable SGR support in grotty(1).
.if n \{\
. do nop \X'tty: sgr 0'
. sp -1
. nr nl 0-1
. nr % -1
.\}
.
.\" Don't let blank lines creep in here.