summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-22 23:03:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-22 23:03:15 +0000
commit88550d3ab5f0d432b6f5577342f5907c1ab4268b (patch)
tree877044f520faded71e2748f1a9ee93810fdda3ce /man.h
parent837cbf3ed654f4488939e0fac5c03c4ad9258c36 (diff)
downloadmandoc-88550d3ab5f0d432b6f5577342f5907c1ab4268b.tar.gz
Added `in' macro support for -man -Tascii. This is not yet supported in
-Thtml (I'm surprised to note that neither is LITERAL mode).
Diffstat (limited to 'man.h')
-rw-r--r--man.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/man.h b/man.h
index d3c80b3a..729bf6ff 100644
--- a/man.h
+++ b/man.h
@@ -56,6 +56,7 @@ enum mant {
MAN_Vb,
MAN_Ve,
MAN_AT,
+ MAN_in,
MAN_MAX
};