summaryrefslogtreecommitdiffstats
path: root/roff.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-10-14 01:43:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-10-14 01:43:14 +0000
commit9680b7282e62aa4b1c49f8ee927df097cbe37246 (patch)
treec0c9ddf7188152d1c2c6afe7b3812152e3a42950 /roff.7
parent801cd6d3288d6577a3a44657a8f4a8ce76072091 (diff)
downloadmandoc-9680b7282e62aa4b1c49f8ee927df097cbe37246.tar.gz
Parse and ignore the .fam (font family) request.
Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim. Thanks to naddy@ for bringing these to my attention.
Diffstat (limited to 'roff.7')
-rw-r--r--roff.76
1 files changed, 6 insertions, 0 deletions
diff --git a/roff.7 b/roff.7
index c7d5c9d5..d84060e9 100644
--- a/roff.7
+++ b/roff.7
@@ -638,6 +638,12 @@ Begin an equation block.
See
.Xr eqn 7
for a description of the equation language.
+.Ss \&fam
+Change the font family.
+This line-scoped request is intended to have one argument specifying
+the font family to be selected.
+It is a groff extension, and currently, it is ignored including its
+arguments, and the number of arguments is not checked.
.Ss \&hy
Set automatic hyphenation mode.
This line-scoped request is currently ignored.