diff options
author | wlemb <wlemb> | 2001-08-06 19:53:22 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2001-08-06 19:53:22 +0000 |
commit | dda32cf9b49e1ec2536e150a69a396ea806c8a78 (patch) | |
tree | 07c296f0003f4f4fcdc18913e93cff61097d61b3 /src | |
parent | f61818fbb5030c7738ba01511a5585112bb1ed7f (diff) | |
download | groff-dda32cf9b49e1ec2536e150a69a396ea806c8a78.tar.gz |
* src/roff/troff/troff.man: Improve documentation of -E option.
Diffstat (limited to 'src')
-rw-r--r-- | src/roff/troff/troff.man | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/roff/troff/troff.man b/src/roff/troff/troff.man index ac746dcf..e7420ff8 100644 --- a/src/roff/troff/troff.man +++ b/src/roff/troff/troff.man @@ -138,7 +138,14 @@ Multiple options are allowed. .TP .B \-E -Inhibit all error messages. +Inhibit all error messages of +.BR @g@troff . +Note that this doesn't affect messages output to standard error by +macro packages using the +.B .tm +or +.B .tm1 +requests. .TP .B \-z Suppress formatted output. |