summaryrefslogtreecommitdiffstats
path: root/man.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-17 11:10:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-17 11:10:02 +0000
commit3c79b46f4899602bf4c94770849210c30a76367d (patch)
treef517d9910eb4831aa7101aedb432aea894c9b647 /man.3
parentc09292673699d2b1eb00bd922cdbc573622e4b19 (diff)
downloadmandoc-3c79b46f4899602bf4c94770849210c30a76367d.tar.gz
Updated libman AST documentation.
Version (not yet finalised, but tagging in Makefile): 1.9.0.
Diffstat (limited to 'man.3')
-rw-r--r--man.38
1 files changed, 7 insertions, 1 deletions
diff --git a/man.3 b/man.3
index 5ed7db1a..b739f262 100644
--- a/man.3
+++ b/man.3
@@ -220,7 +220,13 @@ where capitalised non-terminals represent nodes.
.It ROOT
\(<- mnode+
.It mnode
-\(<- ELEMENT | TEXT
+\(<- ELEMENT | TEXT | BLOCK
+.It BLOCK
+\(<- HEAD BODY
+.It HEAD
+\(<- mnode*
+.It BODY
+\(<- mnode*
.It ELEMENT
\(<- ELEMENT | TEXT*
.It TEXT