=================================================================== RCS file: /cvs/mandoc/Attic/man_action.c,v retrieving revision 1.26 retrieving revision 1.28 diff -u -p -r1.26 -r1.28 --- mandoc/Attic/man_action.c 2010/03/22 14:03:03 1.26 +++ mandoc/Attic/man_action.c 2010/03/24 03:46:02 1.28 @@ -1,4 +1,4 @@ -/* $Id: man_action.c,v 1.26 2010/03/22 14:03:03 kristaps Exp $ */ +/* $Id: man_action.c,v 1.28 2010/03/24 03:46:02 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -18,8 +18,6 @@ #include "config.h" #endif -#include - #include #include #include @@ -68,6 +66,9 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* DT */ { NULL }, /* UC */ { NULL }, /* PD */ + { NULL }, /* Sp */ + { post_nf }, /* Vb */ + { post_fi }, /* Ve */ };