aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitde451aaf7a927d2994d3e526df07235dee8005af (patch)
tree72bb3606aa358eca8ca756cdb966179e4e15e775 /roff.7
parentb054139131501bd123a6f4e952b8c5409e4955ad (diff)
downloadmandoc-de451aaf7a927d2994d3e526df07235dee8005af.tar.gz
mandoc-de451aaf7a927d2994d3e526df07235dee8005af.tar.zst
mandoc-de451aaf7a927d2994d3e526df07235dee8005af.zip
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.710
1 files changed, 8 insertions, 2 deletions
diff --git a/roff.7 b/roff.7
index 7c26086e..587fe5f1 100644
--- a/roff.7
+++ b/roff.7
@@ -1,4 +1,4 @@
-.\" $Id: roff.7,v 1.42 2013/08/08 20:07:47 schwarze Exp $
+.\" $Id: roff.7,v 1.43 2013/10/14 01:43:14 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
@@ -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.