summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'macro.c')
-rw-r--r--macro.c2
1 files changed, 2 insertions, 0 deletions
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;