=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.246 retrieving revision 1.247 diff -u -p -r1.246 -r1.247 --- mandoc/mdoc_term.c 2013/05/18 17:47:47 1.246 +++ mandoc/mdoc_term.c 2013/05/29 15:40:22 1.247 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.246 2013/05/18 17:47:47 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.247 2013/05/29 15:40:22 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012 Ingo Schwarze @@ -2215,7 +2215,7 @@ static void termp_bk_post(DECL_ARGS) { - if (MDOC_BODY == n->type) + if (MDOC_BODY == n->type && ! (MDOC_SYNPRETTY & n->flags)) p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP); }