From 47256a532d0082f2218355ef2693af7e78d4790b 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'macro.c') diff --git a/macro.c b/macro.c index db537a72..1384d6f6 100644 --- a/macro.c +++ b/macro.c @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.63 2009/03/09 13:17:49 kristaps Exp $ */ +/* $Id: macro.c,v 1.64 2009/03/09 14:19:59 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -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 v1.2.3