From 014a5fb27cb61fd91481514f5e11ab50aefdbfdb Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 3 Jan 2011 13:55:26 +0000 Subject: Tiny edit required after MDOC_HALT change. --- mdoc.3 | 5 ----- 1 file changed, 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. -- cgit