summaryrefslogtreecommitdiffstatshomepage
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
commit64d0475dc9d0f3783750a27bce64dd1c78e4fa01 (patch)
tree1789f0210134cc2efafaf7afafed92eb883fa9c8
parent68a4884e51e55098303cfe5b920959d493ee8e73 (diff)
downloadmandoc-64d0475dc9d0f3783750a27bce64dd1c78e4fa01.tar.gz
mandoc-64d0475dc9d0f3783750a27bce64dd1c78e4fa01.tar.zst
mandoc-64d0475dc9d0f3783750a27bce64dd1c78e4fa01.zip
Updated libman AST documentation.
Version (not yet finalised, but tagging in Makefile): 1.9.0.
-rw-r--r--Makefile4
-rw-r--r--man.312
2 files changed, 11 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b7ff80d4..7fc604c3 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.8.5
-VDATE = 28 July 2009
+VERSION = 1.9.0
+VDATE = 17 August 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
diff --git a/man.3 b/man.3
index fa3f6866..7e666d92 100644
--- a/man.3
+++ b/man.3
@@ -1,4 +1,4 @@
-.\" $Id: man.3,v 1.7 2009/07/20 13:45:11 kristaps Exp $
+.\" $Id: man.3,v 1.8 2009/08/17 11:10:02 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -14,7 +14,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: July 20 2009 $
+.Dd $Mdocdate: August 17 2009 $
.Dt MAN 3
.Os
.\" SECTION
@@ -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