aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-21 12:34:09 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-21 12:34:09 +0000
commitc5ab7f7879cd81f9d23c71ca68bf4af0159fc64f (patch)
tree41697c616ecc1acf50aaa0aea79213172dfe1617 /eqn.7
parentbb4fb107c337c4a2ff9653f44eb52a91acfe6b4a (diff)
downloadmandoc-c5ab7f7879cd81f9d23c71ca68bf4af0159fc64f.tar.gz
mandoc-c5ab7f7879cd81f9d23c71ca68bf4af0159fc64f.tar.zst
mandoc-c5ab7f7879cd81f9d23c71ca68bf4af0159fc64f.zip
Document `{, }' subexpressions in eqn.7.
Diffstat (limited to 'eqn.7')
-rw-r--r--eqn.73
1 files changed, 2 insertions, 1 deletions
diff --git a/eqn.7 b/eqn.7
index 64aed29d..a496f9f1 100644
--- a/eqn.7
+++ b/eqn.7
@@ -1,4 +1,4 @@
-.\" $Id: eqn.7,v 1.7 2011/07/21 11:57:56 kristaps Exp $
+.\" $Id: eqn.7,v 1.8 2011/07/21 12:34:09 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -63,6 +63,7 @@ The equation grammar is as follows:
.Bd -literal -offset indent
eqn : box | eqn box
box : text
+ | { eqn }
| DEFINE text text
| SET text text
| UNDEF text