summaryrefslogtreecommitdiffstats
path: root/man.h
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.h
parent22600541da017c5a8c6de3b241d99a0450041385 (diff)
downloadmandoc-1dd07b15a1d771e23ba0d050538a2e13f10239f6.tar.gz
Added `PD' to -man (doesn't do anything, yet).
Diffstat (limited to 'man.h')
-rw-r--r--man.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/man.h b/man.h
index f1ba698c..d264f4a0 100644
--- a/man.h
+++ b/man.h
@@ -50,7 +50,8 @@
#define MAN_RS 28
#define MAN_DT 29
#define MAN_UC 30
-#define MAN_MAX 31
+#define MAN_PD 31
+#define MAN_MAX 32
enum man_type {
MAN_TEXT,