diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-10-14 01:42:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-10-14 01:42:27 +0000 |
commit | 4357afff06d6918af304470364d525a2a6256e30 (patch) | |
tree | 9c34692654971d51fdb292e1985e3ded34979ea9 /share/man/man7 | |
parent | 269bddd2644b7a2a15af44cbc99f295ee1f40eac (diff) |
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 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 13b6304563f..e9341875c3f 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.22 2013/08/08 20:07:24 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.23 2013/10/14 01:42:25 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 8 2013 $ +.Dd $Mdocdate: October 14 2013 $ .Dt ROFF 7 .Os .Sh NAME @@ -636,6 +636,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 \&ft Change the font. Its syntax is as follows: |