diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-14 09:15:17 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-14 09:15:17 +0000 |
| commit | 0e72a508c2c94931944ef1a100e39be3d0c0beb0 (patch) | |
| tree | 4e120a5e3299389ff8631698fbb6f550dac7a704 /contrib | |
| parent | 4e18166f746381d0e5389f3d155fabb0ffc36660 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/groff/src/devices/grotty/grotty.man | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/contrib/groff/src/devices/grotty/grotty.man b/contrib/groff/src/devices/grotty/grotty.man index 0b76887f1f31..b5102409c568 100644 --- a/contrib/groff/src/devices/grotty/grotty.man +++ b/contrib/groff/src/devices/grotty/grotty.man @@ -27,7 +27,7 @@ grotty \- groff driver for typewriter-like devices .SH SYNOPSIS .B grotty [ -.B \-bBcdfhiouUv +.B \-bBcdfhioruUv ] [ .BI \-F dir ] [ @@ -263,6 +263,14 @@ case the old output format has been activated with .BR \-c ). . .TP +.B \-r +Use escape sequences to set the reverse text attribute instead of the +underline attribute for italic fonts (`I' and `BI'). +Ignored if +.B \-c +is active. +. +.TP .B \-u Suppress the use of underlining for italic characters. Ignored if |
