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 d691d610..b2e93c6e 100644
--- a/man.h
+++ b/man.h
@@ -49,7 +49,8 @@
#define MAN_RE 27
#define MAN_RS 28
#define MAN_DT 29
-#define MAN_MAX 30
+#define MAN_UC 30
+#define MAN_MAX 31
enum man_type {
MAN_TEXT,