=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.325 retrieving revision 1.326 diff -u -p -r1.325 -r1.326 --- mandoc/mdoc_term.c 2015/09/14 12:57:47 1.325 +++ mandoc/mdoc_term.c 2015/09/21 13:25:00 1.326 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.325 2015/09/14 12:57:47 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.326 2015/09/21 13:25:00 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2015 Ingo Schwarze @@ -802,7 +802,7 @@ termp_it_pre(DECL_ARGS) if (n->type != ROFFT_HEAD) break; - p->flags |= TERMP_NOBREAK | TERMP_BRIND; + p->flags |= TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND; p->trailspace = 2; if (NULL == n->next || NULL == n->next->child) @@ -974,7 +974,7 @@ termp_it_post(DECL_ARGS) * has munged them in the meanwhile. */ - p->flags &= ~(TERMP_NOBREAK | TERMP_BRIND | + p->flags &= ~(TERMP_NOBREAK | TERMP_BRTRSP | TERMP_BRIND | TERMP_DANGLE | TERMP_HANG); p->trailspace = 0; }