=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- mandoc/man_term.c 2009/08/18 08:48:30 1.24 +++ mandoc/man_term.c 2009/08/19 09:14:50 1.25 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.24 2009/08/18 08:48:30 kristaps Exp $ */ +/* $Id: man_term.c,v 1.25 2009/08/19 09:14:50 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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__