summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 20:57:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 20:57:35 +0000
commitf4bf03d97398f8f37ba7e8df8d5a0e3f1b53520c (patch)
tree11715948991bd99b0b0588a8fc1b0e1f465dc250 /macro.c
parent68fba3271bc79716f1743bd49dd75bbad59cb00d (diff)
downloadmandoc-f4bf03d97398f8f37ba7e8df8d5a0e3f1b53520c.tar.gz
Added `Lp' macro.
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;