summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-19 09:17:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-19 09:17:42 +0000
commit2959cea0cc836c87281b95e322d61cd646f1c64e (patch)
treeb410fa280942288779f704acb3484da642a59da7 /mdoc_macro.c
parent0e6b1b324bc2b562a5c1204f0f4857c7b8d6db55 (diff)
downloadmandoc-2959cea0cc836c87281b95e322d61cd646f1c64e.tar.gz
Made `Cd' parseable (too many SYNOPSIS sections do this).
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 08943960..62a88164 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -71,7 +71,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ad */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* An */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ar */
- { in_line_eoln, MDOC_CALLABLE }, /* Cd */
+ { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Cd */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Cm */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Dv */
{ in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Er */