summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-23 11:30:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-23 11:30:48 +0000
commit664c21875228ae7f241f792abcc521bc64e42067 (patch)
tree074094c1be5f19d158836e09aeed7fabc1aca3ce /man.h
parent1850b321257c0b341f90c8d3c259ac54899376e6 (diff)
downloadmandoc-664c21875228ae7f241f792abcc521bc64e42067.tar.gz
Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a set of patches by Ingo Schwarze.
Diffstat (limited to 'man.h')
-rw-r--r--man.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/man.h b/man.h
index 006e2b8c..524a5dd0 100644
--- a/man.h
+++ b/man.h
@@ -51,7 +51,10 @@
#define MAN_DT 29
#define MAN_UC 30
#define MAN_PD 31
-#define MAN_MAX 32
+#define MAN_Sp 32
+#define MAN_Vb 33
+#define MAN_Ve 34
+#define MAN_MAX 35
enum man_type {
MAN_TEXT,