diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-03 13:55:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-03 13:55:26 +0000 |
commit | 014a5fb27cb61fd91481514f5e11ab50aefdbfdb (patch) | |
tree | ea10d16a3cb46c7983affe728adab4a12cdd3096 /mdoc.3 | |
parent | ede40bc58ccbd25835890732101c1c20b7afdb60 (diff) | |
download | mandoc-014a5fb27cb61fd91481514f5e11ab50aefdbfdb.tar.gz |
Tiny edit required after MDOC_HALT change.
Diffstat (limited to 'mdoc.3')
-rw-r--r-- | mdoc.3 | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |