aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit42509ec027333e856b04e0acd2f35922c44b31d2 (patch)
tree0ebae3b0ea3fa2dc918281dd2101e5292f41c49a /man.h
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.h')
-rw-r--r--man.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/man.h b/man.h
index 89858e82..0c59d5bc 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.21 2009/10/07 15:03:21 kristaps Exp $ */
+/* $Id: man.h,v 1.22 2009/10/24 05:45:04 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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,