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 993bd385..881e6bb4 100644
--- a/man.h
+++ b/man.h
@@ -42,7 +42,8 @@
#define MAN_I 18
#define MAN_IR 19
#define MAN_RI 20
-#define MAN_MAX 21
+#define MAN_br 21
+#define MAN_MAX 22
enum man_type {
MAN_TEXT,