=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/man_action.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/mandoc/Attic/man_action.c 2009/09/18 22:46:14 1.8 --- src/usr.bin/mandoc/Attic/man_action.c 2009/10/27 21:40:07 1.9 *************** *** 1,4 **** ! /* $Id: man_action.c,v 1.8 2009/09/18 22:46:14 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man_action.c,v 1.9 2009/10/27 21:40:07 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * *************** *** 63,68 **** --- 63,69 ---- { NULL }, /* RS */ { NULL }, /* DT */ { NULL }, /* UC */ + { NULL }, /* PD */ }; static time_t man_atotime(const char *);