summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'macro.c')
-rw-r--r--macro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macro.c b/macro.c
index b68439eb..ba29e9dd 100644
--- a/macro.c
+++ b/macro.c
@@ -182,6 +182,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
{ macro_constant, 0 }, /* Ud */
{ macro_constant, 0 }, /* Lb */
{ macro_constant_delimited, MDOC_CALLABLE | MDOC_PARSED }, /* Ap */
+ { macro_text, 0 }, /* Lp */
};
const struct mdoc_macro * const mdoc_macros = __mdoc_macros;