aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-02-09 10:03:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-02-09 10:03:02 +0000
commita1a166c370914df2ab2fd8a92ebda31a2248c2a5 (patch)
treebad14aa7fddfdfbd444d97751715720121f8bbc1 /roff.7
parent8f65e2365fc46c19cff46c40dc76dbbd014fdbaa (diff)
downloadmandoc-a1a166c370914df2ab2fd8a92ebda31a2248c2a5.tar.gz
mandoc-a1a166c370914df2ab2fd8a92ebda31a2248c2a5.tar.zst
mandoc-a1a166c370914df2ab2fd8a92ebda31a2248c2a5.zip
Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue
of how we considered .TS (etc.) macros and how the preprocessors do.
Diffstat (limited to 'roff.7')
-rw-r--r--roff.727
1 files changed, 25 insertions, 2 deletions
diff --git a/roff.7 b/roff.7
index 1f55810d..8f40d96c 100644
--- a/roff.7
+++ b/roff.7
@@ -1,4 +1,4 @@
-.\" $Id: roff.7,v 1.26 2011/01/25 01:12:02 schwarze Exp $
+.\" $Id: roff.7,v 1.27 2011/02/09 10:03:02 kristaps Exp $
.\"
.\" Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 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: January 25 2011 $
+.Dd $Mdocdate: February 9 2011 $
.Dt ROFF 7
.Os
.Sh NAME
@@ -344,6 +344,15 @@ then false is assumed.
The syntax of this request is similar to
.Sx \&if
except that the conditional is missing.
+.Ss \&EN
+End an equation block.
+See
+.Sx \&EQ .
+.Ss \&EQ
+Begin an equation block.
+See
+.Xr eqn 7
+for a description of the equation language.
.Ss \&hy
Set automatic hyphenation mode.
This line-scoped request is currently ignored.
@@ -599,6 +608,19 @@ refers to groff version 1.15.
.Pp
.Bl -dash -compact
.It
+In mandoc, the
+.Sx \&EQ ,
+.Sx \&TE ,
+.Sx \&TS ,
+and
+.Sx \&T& ,
+macros are considered regular macros.
+In all other
+.Nm
+implementations, these are special macros that must be specified without
+spacing between the control character (which must be a period) and the
+macro name.
+.It
The
.Cm nS
register is only compatible with OpenBSD's groff-1.15.
@@ -616,6 +638,7 @@ using the next-line syntax.
.El
.Sh SEE ALSO
.Xr mandoc 1 ,
+.Xr eqn 7 ,
.Xr man 7 ,
.Xr mandoc_char 7 ,
.Xr mdoc 7 ,