diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-10-14 01:43:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-10-14 01:43:14 +0000 |
commit | 9680b7282e62aa4b1c49f8ee927df097cbe37246 (patch) | |
tree | c0c9ddf7188152d1c2c6afe7b3812152e3a42950 /roff.7 | |
parent | 801cd6d3288d6577a3a44657a8f4a8ce76072091 (diff) | |
download | mandoc-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.7 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |