diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-20 16:43:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-20 16:43:28 +0000 |
commit | be580e96cc87913d3720c581d51bf965f725d8aa (patch) | |
tree | b52d9af1c3f2c4bd2c7afd1ff87be2fcbc7e6f91 /term.c | |
parent | 00aebf138812dfbbad4079310459c4a98d262466 (diff) | |
download | mandoc-be580e96cc87913d3720c581d51bf965f725d8aa.tar.gz |
Fixed literal-formatting error with `Dl'.
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |