=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- mandoc/man_term.c 2009/06/18 20:46:19 1.16 +++ mandoc/man_term.c 2009/07/24 20:22:24 1.17 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.16 2009/06/18 20:46:19 kristaps Exp $ */ +/* $Id: man_term.c,v 1.17 2009/07/24 20:22:24 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -81,6 +81,7 @@ static const struct termact termacts[MAN_MAX] = { { pre_RI, NULL }, /* RI */ { NULL, NULL }, /* na */ { pre_I, post_I }, /* i */ + { NULL, NULL }, /* sp */ }; static void print_head(struct termp *,