=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/man_term.c 2009/03/27 14:56:15 1.5 +++ mandoc/man_term.c 2009/04/02 06:51:44 1.6 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.5 2009/03/27 14:56:15 kristaps Exp $ */ +/* $Id: man_term.c,v 1.6 2009/04/02 06:51:44 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -81,6 +81,7 @@ static const struct termact termacts[MAN_MAX] = { { pre_IR, NULL }, /* IR */ { pre_RI, NULL }, /* RI */ { pre_PP, NULL }, /* br */ + { NULL, NULL }, /* na */ }; static void print_head(struct termp *,