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). --- macro.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macro.c') diff --git a/macro.c b/macro.c index 0e7598f3..201f03d6 100644 --- a/macro.c +++ b/macro.c @@ -180,6 +180,8 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = { { macro_constant, 0 }, /* Lb */ { macro_constant_delimited, MDOC_CALLABLE | MDOC_PARSED }, /* Ap */ { macro_text, 0 }, /* Lp */ + { macro_text, MDOC_PARSED }, /* Lk */ + { macro_text, MDOC_PARSED }, /* Mt */ }; const struct mdoc_macro * const mdoc_macros = __mdoc_macros; -- cgit