summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-03 13:55:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-03 13:55:26 +0000
commite9da8c425b7c3bd1fb093fe12c25801c223ac95c (patch)
treefc06f2b8a11c95612204692f28efe3f9eb5bca06
parent063741173fb7a72af87af9a708cc91a48d8c81b8 (diff)
downloadmandoc-e9da8c425b7c3bd1fb093fe12c25801c223ac95c.tar.gz
mandoc-e9da8c425b7c3bd1fb093fe12c25801c223ac95c.tar.zst
mandoc-e9da8c425b7c3bd1fb093fe12c25801c223ac95c.zip
Tiny edit required after MDOC_HALT change.
-rw-r--r--mdoc.37
1 files changed, 1 insertions, 6 deletions
diff --git a/mdoc.3 b/mdoc.3
index 16fc4b77..c19b3017 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.3,v 1.53 2011/01/03 11:27:32 kristaps Exp $
+.\" $Id: mdoc.3,v 1.54 2011/01/03 13:55:26 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -137,11 +137,6 @@ The input buffer
is modified by this function.
.It Fn mdoc_endparse
Signals that the parse is complete.
-Note that if
-.Fn mdoc_endparse
-is called subsequent to
-.Fn mdoc_node ,
-the resulting tree is incomplete.
Returns 0 on failure, 1 on success.
.It Fn mdoc_node
Returns the first node of the parse.