summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
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 c64dce0e..d691d610 100644
--- a/man.h
+++ b/man.h
@@ -48,7 +48,8 @@
#define MAN_r 26
#define MAN_RE 27
#define MAN_RS 28
-#define MAN_MAX 29
+#define MAN_DT 29
+#define MAN_MAX 30
enum man_type {
MAN_TEXT,