summaryrefslogtreecommitdiffstats
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
commit014a5fb27cb61fd91481514f5e11ab50aefdbfdb (patch)
treeea10d16a3cb46c7983affe728adab4a12cdd3096
parentede40bc58ccbd25835890732101c1c20b7afdb60 (diff)
downloadmandoc-014a5fb27cb61fd91481514f5e11ab50aefdbfdb.tar.gz
Tiny edit required after MDOC_HALT change.
-rw-r--r--mdoc.35
1 files changed, 0 insertions, 5 deletions
diff --git a/mdoc.3 b/mdoc.3
index f5259bac..a6d6741d 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -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.