=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- mandoc/man_term.c 2009/09/16 09:41:24 1.31 +++ mandoc/man_term.c 2009/10/03 19:57:53 1.32 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.31 2009/09/16 09:41:24 kristaps Exp $ */ +/* $Id: man_term.c,v 1.32 2009/10/03 19:57:53 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -91,7 +91,7 @@ static void post_SS(DECL_ARGS); static void post_TP(DECL_ARGS); static void post_i(DECL_ARGS); -static const struct termact termacts[MAN_MAX] = { +static const struct termact termacts[MAN_MAX] = { { pre_br, NULL }, /* br */ { NULL, NULL }, /* TH */ { pre_SH, post_SH }, /* SH */ @@ -160,6 +160,7 @@ man_run(struct termp *p, const struct man *m) static void + fmt_block_vspace(struct termp *p, const struct man_node *n) { term_newln(p);