=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- mandoc/term.c 2009/03/08 20:50:12 1.48 +++ mandoc/term.c 2009/03/08 20:57:35 1.49 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.48 2009/03/08 20:50:12 kristaps Exp $ */ +/* $Id: term.c,v 1.49 2009/03/08 20:57:35 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -276,6 +276,7 @@ const struct termact __termacts[MDOC_MAX] = { { termp_ud_pre, NULL }, /* Ud */ { termp_lb_pre, termp_lb_post }, /* Lb */ { termp_ap_pre, NULL }, /* Lb */ + { termp_pp_pre, NULL }, /* Pp */ }; const struct termact *termacts = __termacts;