From 02379e543c459cb8556393d0ab5fda334edab0d7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 19 Aug 2009 09:14:50 +0000 Subject: Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par). --- man_action.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man_action.c') diff --git a/man_action.c b/man_action.c index c92e7ac5..38ac684d 100644 --- a/man_action.c +++ b/man_action.c @@ -1,4 +1,4 @@ -/* $Id: man_action.c,v 1.15 2009/08/13 11:45:29 kristaps Exp $ */ +/* $Id: man_action.c,v 1.16 2009/08/19 09:14:50 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -62,7 +62,9 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* sp */ { NULL }, /* nf */ { NULL }, /* fi */ - { NULL }, /* r*/ + { NULL }, /* r */ + { NULL }, /* RE */ + { NULL }, /* RS */ }; -- cgit v1.2.3