summaryrefslogtreecommitdiffstatshomepage
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
commit715d886dfd72c29355a83d45229fd6e48f85e318 (patch)
tree255bad5824da6fe7ea3f76ad7117643dcdbf17c3 /man_action.c
parente8a6c4afb666843c362147ce8863e75d71782247 (diff)
downloadmandoc-715d886dfd72c29355a83d45229fd6e48f85e318.tar.gz
mandoc-715d886dfd72c29355a83d45229fd6e48f85e318.tar.zst
mandoc-715d886dfd72c29355a83d45229fd6e48f85e318.zip
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_action.c b/man_action.c
index 53f79b3b..1edd6509 100644
--- a/man_action.c
+++ b/man_action.c
@@ -1,4 +1,4 @@
-/* $Id: man_action.c,v 1.29 2010/03/24 20:10:53 kristaps Exp $ */
+/* $Id: man_action.c,v 1.30 2010/03/27 10:04:56 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -124,7 +124,6 @@ post_de(struct man *m)
*/
if (MAN_BLOCK == m->last->type)
man_node_delete(m, m->last);
-
return(1);
}