From e5a9cad1c94b10a303a391c74d8b4dd29c494cce Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 9 Mar 2009 14:19:59 +0000 Subject: Added `Mt' and `Lk' macros (NetBSD). --- mdoc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mdoc.h') 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. */ -- cgit