summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-20 16:43:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-20 16:43:28 +0000
commitbe580e96cc87913d3720c581d51bf965f725d8aa (patch)
treeb52d9af1c3f2c4bd2c7afd1ff87be2fcbc7e6f91 /term.c
parent00aebf138812dfbbad4079310459c4a98d262466 (diff)
downloadmandoc-be580e96cc87913d3720c581d51bf965f725d8aa.tar.gz
Fixed literal-formatting error with `Dl'.
Diffstat (limited to 'term.c')
-rw-r--r--term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.c b/term.c
index 28c5fa97..701a864a 100644
--- a/term.c
+++ b/term.c
@@ -1343,6 +1343,7 @@ termp_bd_post(DECL_ARGS)
if (MDOC_BODY != node->type)
return;
+ term_flushln(p);
p->flags &= ~TERMP_LITERAL;
p->offset = pair->offset;
p->flags |= TERMP_NOSPACE;