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). --- libman.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libman.h') diff --git a/libman.h b/libman.h index bee1b549..06769354 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.27 2010/03/24 20:10:53 kristaps Exp $ */ +/* $Id: libman.h,v 1.28 2010/03/27 10:04:56 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -61,6 +61,8 @@ enum merr { WOLITERAL, WNLITERAL, WROFFNEST, + WROFFSCOPE, + WTITLECASE, WERRMAX }; @@ -111,7 +113,8 @@ int man_valid_post(struct man *); int man_valid_pre(struct man *, const struct man_node *); int man_action_post(struct man *); int man_action_pre(struct man *, struct man_node *); -int man_unscope(struct man *, const struct man_node *); +int man_unscope(struct man *, + const struct man_node *, enum merr); __END_DECLS -- cgit v1.2.3-56-ge451