summaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
authoresr <esr>2007-02-05 09:41:33 +0000
committeresr <esr>2007-02-05 09:41:33 +0000
commitc4e2b32c5a132249a1ebc3646acd5532daf06fba (patch)
tree896f5d483fabc10d2634db9c8ccc9131b287b0e6 /src/devices
parentb9c60ada12f9f105e8541b6d96e9459a768bbbd2 (diff)
downloadgroff-c4e2b32c5a132249a1ebc3646acd5532daf06fba.tar.gz
\m[] and \M[] escapes aren't viewer-portable -- which is a shame,
the effect was cute.
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/grotty/grotty.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/grotty/grotty.man b/src/devices/grotty/grotty.man
index c2944ded..47d81c92 100644
--- a/src/devices/grotty/grotty.man
+++ b/src/devices/grotty/grotty.man
@@ -78,8 +78,8 @@ By default,
.B grotty
emits SGR escape sequences (from ISO 6429, also called ANSI color escapes)
to change text attributes (bold, italic, colors).
-This makes it possible to have eight different \M[green]background\M[]
-and \m[red]foreground\m[] colors; additionally, bold and italic
+This makes it possible to have eight different background
+foreground colors; additionally, bold and italic
attributes can be used \f[BI]at the same time\f[] (by using the BI font).
.
.LP