diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-27 10:04:56 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-27 10:04:56 +0000 |
commit | 1a23231b7d2adf726b168ad0121186f58c9afc2c (patch) | |
tree | 2cae492c3f4cafc129472596cfbb002cb2aefbaa /man_action.c | |
parent | 80d2ac69bc131eb6fd2465642f52a9255dabd36a (diff) | |
download | mandoc-1a23231b7d2adf726b168ad0121186f58c9afc2c.tar.gz |
Fixed re-adjustment of scope in exiting roff instructions (libman).
Added title-case check for (libman).
Fixed premature closure of roff instruction scope (libman).
Added documentation of ignored roff macros to man(3).
Diffstat (limited to 'man_action.c')
-rw-r--r-- | man_action.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man_action.c b/man_action.c index 6cd24666..48f4259e 100644 --- a/man_action.c +++ b/man_action.c @@ -124,7 +124,6 @@ post_de(struct man *m) */ if (MAN_BLOCK == m->last->type) man_node_delete(m, m->last); - return(1); } |