aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
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 7d2d4ff2..25bef73c 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.5 2009/03/25 21:03:13 kristaps Exp $ */
+/* $Id: man.h,v 1.6 2009/03/26 14:38:11 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -41,7 +41,8 @@
#define MAN_B 17
#define MAN_I 18
#define MAN_IR 19
-#define MAN_MAX 20
+#define MAN_RI 20
+#define MAN_MAX 21
enum man_type {
MAN_TEXT,