summaryrefslogtreecommitdiffstatshomepage
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
commit47256a532d0082f2218355ef2693af7e78d4790b (patch)
tree00dec12ad4755f06ff1b2e1618b7585d607b7d99 /mdoc.h
parent8acb3c90fb3c3f33d986c8a11474138a497e1ec9 (diff)
downloadmandoc-47256a532d0082f2218355ef2693af7e78d4790b.tar.gz
mandoc-47256a532d0082f2218355ef2693af7e78d4790b.tar.zst
mandoc-47256a532d0082f2218355ef2693af7e78d4790b.zip
Added `Mt' and `Lk' macros (NetBSD).
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index f79e42ec..069d9e3a 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.44 2009/03/09 13:17:49 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.45 2009/03/09 14:19:59 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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. */