summaryrefslogtreecommitdiffstats
path: root/man.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
commit1dd07b15a1d771e23ba0d050538a2e13f10239f6 (patch)
tree346735b152c6beb2d9ba0bcacc5f2f7ca463b69b /man.c
parent22600541da017c5a8c6de3b241d99a0450041385 (diff)
downloadmandoc-1dd07b15a1d771e23ba0d050538a2e13f10239f6.tar.gz
Added `PD' to -man (doesn't do anything, yet).
Diffstat (limited to 'man.c')
-rw-r--r--man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man.c b/man.c
index c303dd6c..e51ba768 100644
--- a/man.c
+++ b/man.c
@@ -56,7 +56,7 @@ const char *const __man_macronames[MAN_MAX] = {
"R", "B", "I", "IR",
"RI", "na", "i", "sp",
"nf", "fi", "r", "RE",
- "RS", "DT", "UC"
+ "RS", "DT", "UC", "PD"
};
const char * const *man_macronames = __man_macronames;