summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 14:19:59 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 14:19:59 +0000
commite5a9cad1c94b10a303a391c74d8b4dd29c494cce (patch)
tree9af1bcf9f9faedf1b3c6a1f29f3507e47d6f0b27 /mdoc.h
parent028cb9cf2041bbee0ed488b669254a2a8bc9ccb9 (diff)
downloadmandoc-e5a9cad1c94b10a303a391c74d8b4dd29c494cce.tar.gz
Added `Mt' and `Lk' macros (NetBSD).
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 63db32d3..b23eeed3 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -142,7 +142,9 @@
#define MDOC_Lb 106
#define MDOC_Ap 107
#define MDOC_Lp 108
-#define MDOC_MAX 109
+#define MDOC_Lk 109
+#define MDOC_Mt 110
+#define MDOC_MAX 111
/* What follows is a list of ALL possible macro arguments. */