=================================================================== RCS file: /cvs/mandoc/Attic/man_action.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- mandoc/Attic/man_action.c 2009/08/22 09:10:38 1.19 +++ mandoc/Attic/man_action.c 2009/10/24 05:45:04 1.20 @@ -1,4 +1,4 @@ -/* $Id: man_action.c,v 1.19 2009/08/22 09:10:38 kristaps Exp $ */ +/* $Id: man_action.c,v 1.20 2009/10/24 05:45:04 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -63,6 +63,7 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* RS */ { NULL }, /* DT */ { NULL }, /* UC */ + { NULL }, /* PD */ }; static time_t man_atotime(const char *);