summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:42:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:42:07 +0000
commit8866a607904f2aacd85e5a2c542dbffae0d54277 (patch)
tree27858d692c4a87617da7aa73b6b44f54eec6190c /macro.c
parente35bdc2019b8d686a0791cb670cd8b3ddafc6841 (diff)
downloadmandoc-8866a607904f2aacd85e5a2c542dbffae0d54277.tar.gz
Added %Q 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 e8a60c9e..2cd2bdfe 100644
--- a/macro.c
+++ b/macro.c
@@ -198,6 +198,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
{ obsolete, 0 }, /* Es */
{ obsolete, 0 }, /* En */
{ in_line_argn, MDOC_CALLABLE | MDOC_PARSED }, /* Dx */
+ { in_line_eoln, 0 }, /* %Q */
};
const struct mdoc_macro * const mdoc_macros = __mdoc_macros;