summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-05 16:34:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-05 16:34:22 +0000
commit075a3ee5ea7b8a761f32c3afd8b483dad8b67049 (patch)
tree47185381dcb0068f3a7b1e6f24cea9d7c445e13e /man.h
parent8542238145aa7d3a422b4a3975a7e994638f29e5 (diff)
downloadmandoc-075a3ee5ea7b8a761f32c3afd8b483dad8b67049.tar.gz
man(3) doesn't use err.h anymore.
Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man.
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 8532431b..9f37d400 100644
--- a/man.h
+++ b/man.h
@@ -44,7 +44,8 @@
#define MAN_RI 20
#define MAN_br 21
#define MAN_na 22
-#define MAN_MAX 23
+#define MAN_i 23
+#define MAN_MAX 24
enum man_type {
MAN_TEXT,