summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_man.c')
-rw-r--r--mdoc_man.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc_man.c b/mdoc_man.c
index 937a4251..458706c5 100644
--- a/mdoc_man.c
+++ b/mdoc_man.c
@@ -1602,7 +1602,8 @@ static void
post_pf(DECL_ARGS)
{
- outflags &= ~MMAN_spc;
+ if ( ! (n->next == NULL || n->next->flags & MDOC_LINE))
+ outflags &= ~MMAN_spc;
}
static int