summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 09:14:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 09:14:50 +0000
commitaade897081e194716754b33820106010e2b0ad04 (patch)
tree685ac08b6c3f40f0ad7b84d21f7c697a86909444 /man_term.c
parentda55485ae1f9a11536b11b9af51a3964d20caa7b (diff)
downloadmandoc-aade897081e194716754b33820106010e2b0ad04.tar.gz
Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c2
1 files changed, 2 insertions, 0 deletions
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__