aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 14:38:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 14:38:11 +0000
commit080c584ff1e9cef269b4c220a099f4fb842e538c (patch)
tree3b391a36b2f109f2e19383efa85879f863c45b12 /man.h
parentfd67adbb53e1be77e0cebd2f9e4c50c1c643cb72 (diff)
downloadmandoc-080c584ff1e9cef269b4c220a099f4fb842e538c.tar.gz
mandoc-080c584ff1e9cef269b4c220a099f4fb842e538c.tar.zst
mandoc-080c584ff1e9cef269b4c220a099f4fb842e538c.zip
Initial front-end formatting for -man pages.
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,