summaryrefslogtreecommitdiffstats
path: root/man_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_action.c')
-rw-r--r--man_action.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/man_action.c b/man_action.c
index 671246ab..bd700079 100644
--- a/man_action.c
+++ b/man_action.c
@@ -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 */
};