summaryrefslogtreecommitdiffstats
path: root/man_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-27 10:04:56 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-27 10:04:56 +0000
commit1a23231b7d2adf726b168ad0121186f58c9afc2c (patch)
tree2cae492c3f4cafc129472596cfbb002cb2aefbaa /man_action.c
parent80d2ac69bc131eb6fd2465642f52a9255dabd36a (diff)
downloadmandoc-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.c1
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);
}