summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_man.c')
-rw-r--r--mdoc_man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_man.c b/mdoc_man.c
index 18e3a83a..97127d11 100644
--- a/mdoc_man.c
+++ b/mdoc_man.c
@@ -901,7 +901,7 @@ static void
post_bk(DECL_ARGS)
{
- if (MDOC_BODY == n->type)
+ if (MDOC_BODY == n->type && ! (MDOC_SYNPRETTY & n->flags))
outflags &= ~MMAN_Bk;
}