=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/man_action.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/mandoc/Attic/man_action.c 2010/11/29 00:12:02 1.27 --- src/usr.bin/mandoc/Attic/man_action.c 2010/11/29 02:26:45 1.28 *************** *** 1,4 **** ! /* $Id: man_action.c,v 1.27 2010/11/29 00:12:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man_action.c,v 1.28 2010/11/29 02:26:45 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * *************** *** 71,79 **** { NULL }, /* DT */ { post_UC }, /* UC */ { NULL }, /* PD */ - { NULL }, /* Sp */ - { post_nf }, /* Vb */ - { post_fi }, /* Ve */ { post_AT }, /* AT */ { NULL }, /* in */ { post_TS }, /* TS */ --- 71,76 ----