From aade897081e194716754b33820106010e2b0ad04 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_term.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index 4b3bf98c..a8aa907f 100644 --- a/man_term.c +++ b/man_term.c @@ -100,6 +100,8 @@ static const struct termact termacts[MAN_MAX] = { { pre_nf, NULL }, /* nf */ { pre_fi, NULL }, /* fi */ { pre_r, NULL }, /* r */ + { NULL, NULL }, /* RE */ + { NULL, NULL }, /* RS */ }; #ifdef __linux__ -- cgit