summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
Diffstat (limited to 'man.h')
-rw-r--r--man.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/man.h b/man.h
index 006e2b8c..524a5dd0 100644
--- a/man.h
+++ b/man.h
@@ -51,7 +51,10 @@
#define MAN_DT 29
#define MAN_UC 30
#define MAN_PD 31
-#define MAN_MAX 32
+#define MAN_Sp 32
+#define MAN_Vb 33
+#define MAN_Ve 34
+#define MAN_MAX 35
enum man_type {
MAN_TEXT,