summaryrefslogtreecommitdiffstatshomepage
path: root/man_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-24 05:45:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-24 05:45:04 +0000
commit42509ec027333e856b04e0acd2f35922c44b31d2 (patch)
tree0ebae3b0ea3fa2dc918281dd2101e5292f41c49a /man_action.c
parentdc5e4040dc955e78ad2879289fb61a2ce36e7b78 (diff)
downloadmandoc-42509ec027333e856b04e0acd2f35922c44b31d2.tar.gz
mandoc-42509ec027333e856b04e0acd2f35922c44b31d2.tar.zst
mandoc-42509ec027333e856b04e0acd2f35922c44b31d2.zip
Added `PD' to -man (doesn't do anything, yet).
Diffstat (limited to 'man_action.c')
-rw-r--r--man_action.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/man_action.c b/man_action.c
index 6ca7f9e2..8730892f 100644
--- a/man_action.c
+++ b/man_action.c
@@ -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 <kristaps@kth.se>
*
@@ -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 *);