=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/mandoc/man_term.c 2010/02/26 12:42:29 1.22 --- src/usr.bin/mandoc/man_term.c 2010/03/02 01:00:39 1.23 *************** *** 1,4 **** ! /* $Id: man_term.c,v 1.22 2010/02/26 12:42:29 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man_term.c,v 1.23 2010/03/02 01:00:39 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * *************** *** 133,138 **** --- 133,141 ---- { pre_ign, NULL }, /* DT */ { pre_ign, NULL }, /* UC */ { pre_ign, NULL }, /* PD */ + { pre_sp, NULL }, /* Sp */ + { pre_nf, NULL }, /* Vb */ + { pre_fi, NULL }, /* Ve */ };