X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/1a43dd98e40e2bf465682b76c28bd1ea2fe90ac5..fc974a57cd34bcbd149a89e1e5927d795492b4aa:/mdoc.3 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 .\" Copyright (c) 2010 Ingo Schwarze @@ -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.