summaryrefslogtreecommitdiff
path: root/src/devices/grotty
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-04-15 10:21:12 +0000
committerwlemb <wlemb>2002-04-15 10:21:12 +0000
commit89ae130621f74f74eb8744109a5f500f7deb01cf (patch)
treee0e0a9a93770bb06f94baac6d4431629387fcd76 /src/devices/grotty
parente9c0c7e398d4a279cf7078591f5036fe9fac6b96 (diff)
downloadgroff-89ae130621f74f74eb8744109a5f500f7deb01cf.tar.gz
Add new escape \F to switch font family.
* src/roff/troff/input.cc (token::next): Handle \F. * src/roff/troff/env.cc (environment::set_family): Handle `interrupted' flag. * NEWS, doc/groff.texinfo, man/groff_diff.man, man/groff.man: Document it. * tmac/doc.tmac (doc-tag-list): Use \Z to avoid stretching of spaces in tags. * tmac/Xps.tmac: Remove some redundant code. * tmac/doc-common, tmac/doc-ditroff, tmac/doc-nroff, tmac/doc.tmac, tmac/dvi.tmac, contrib/groffer/groffer.man, man/roff.man, man/groff_out.man, man/groff.man, man/groff_diff.man, src/roff/groff/groff.man: Replace \f[P] with \f[].
Diffstat (limited to 'src/devices/grotty')
-rw-r--r--src/devices/grotty/grotty.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/grotty/grotty.man b/src/devices/grotty/grotty.man
index 214b8147..3be01b96 100644
--- a/src/devices/grotty/grotty.man
+++ b/src/devices/grotty/grotty.man
@@ -74,7 +74,7 @@ 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 have eight different \M[green]background\M[]
and \m[red]foreground\m[] colors; additionally, bold and italic
-attributes can be used \f[BI]at the same time\f[P] (by using the BI font).
+attributes can be used \f[BI]at the same time\f[] (by using the BI font).
.LP
The following colors are defined in
.BR tty.tmac :