aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-10-25 14:35:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-10-25 14:35:37 +0000
commit75b610f7273e99110015abd22311fcb909e0abd3 (patch)
tree1171b69288b6d8040fd7f78f35d9b239237219b3 /mandoc.1
parentb862a185d00afc5c08a5353e6bc4633818b058cc (diff)
downloadmandoc-75b610f7273e99110015abd22311fcb909e0abd3.tar.gz
mandoc-75b610f7273e99110015abd22311fcb909e0abd3.tar.zst
mandoc-75b610f7273e99110015abd22311fcb909e0abd3.zip
Report arguments to .EQ as an error, and simplify the code:
* drop trivial wrapper function roff_openeqn() * drop unused first arg of function eqn_alloc() * drop usused member "name" of struct eqn_node While here, sync to OpenBSD by killing some trailing blanks.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.14
1 files changed, 3 insertions, 1 deletions
diff --git a/mandoc.1 b/mandoc.1
index f110f627..ba935671 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.119 2014/10/25 01:03:52 schwarze Exp $
+.\" $Id: mandoc.1,v 1.120 2014/10/25 14:35:37 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2012, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -1465,6 +1465,8 @@ or
.Ic \&PP
macro, an
.Xr eqn 7
+.Ic \&EQ
+or
.Ic \&EN
macro, or a
.Xr roff 7