diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-01 16:18:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-01 16:18:39 +0000 |
commit | 3592c989529bee1adce043bede9fbc1902993301 (patch) | |
tree | b93847ccfce126a1842b46840891140e0b094093 /roff.3 | |
parent | d84dbf74b948c2ca03a405c62aaddd91c404e66e (diff) | |
download | mandoc-3592c989529bee1adce043bede9fbc1902993301.tar.gz |
More checks for proper table exit.
Diffstat (limited to 'roff.3')
-rw-r--r-- | roff.3 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,7 +35,7 @@ .Fa "void *data" .Fa "mandocmsg msgs" .Fc -.Ft int +.Ft void .Fn roff_endparse "struct roff *roff" .Ft void .Fn roff_free "struct roff *roff" @@ -141,7 +141,6 @@ This line should not contain the trailing newline. Returns 0 on failure, 1 on success. .It Fn roff_endparse Signals that the parse is complete. -Returns 0 on failure, 1 on success. .It Fn roff_span If .Fn roff_parseln |