=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mandoc/man_term.c 2009/03/26 16:23:22 1.4 +++ mandoc/man_term.c 2009/03/27 14:56:15 1.5 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.4 2009/03/26 16:23:22 kristaps Exp $ */ +/* $Id: man_term.c,v 1.5 2009/03/27 14:56:15 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -80,6 +80,7 @@ static const struct termact termacts[MAN_MAX] = { { pre_I, post_I }, /* I */ { pre_IR, NULL }, /* IR */ { pre_RI, NULL }, /* RI */ + { pre_PP, NULL }, /* br */ }; static void print_head(struct termp *,