From 715d886dfd72c29355a83d45229fd6e48f85e318 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 27 Mar 2010 10:04:56 +0000 Subject: 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). --- man_action.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man_action.c') 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 * @@ -124,7 +124,6 @@ post_de(struct man *m) */ if (MAN_BLOCK == m->last->type) man_node_delete(m, m->last); - return(1); } -- cgit v1.2.3