summaryrefslogtreecommitdiffstatshomepage
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
commitaaecef62db6ab2f4b6d57502b6e92562a30efb1b (patch)
tree0d04edbf4ba1087b7a0523c13177a73c1fa3bae0 /term.c
parentc77635473d2482e2462a6d24ba39e43e5ea6ed64 (diff)
downloadmandoc-aaecef62db6ab2f4b6d57502b6e92562a30efb1b.tar.gz
mandoc-aaecef62db6ab2f4b6d57502b6e92562a30efb1b.tar.zst
mandoc-aaecef62db6ab2f4b6d57502b6e92562a30efb1b.zip
Fixed literal-formatting error with `Dl'.
Diffstat (limited to 'term.c')
-rw-r--r--term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.c b/term.c
index b7345157..7b9a3df1 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.62 2009/03/20 15:14:01 kristaps Exp $ */
+/* $Id: term.c,v 1.63 2009/03/20 16:43:28 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -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;