=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.297 retrieving revision 1.298 diff -u -p -r1.297 -r1.298 --- mandoc/mdoc_term.c 2014/11/28 16:54:23 1.297 +++ mandoc/mdoc_term.c 2014/11/30 05:29:00 1.298 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.297 2014/11/28 16:54:23 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.298 2014/11/30 05:29:00 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012, 2013, 2014 Ingo Schwarze @@ -1734,7 +1734,8 @@ static void termp_pf_post(DECL_ARGS) { - p->flags |= TERMP_NOSPACE; + if ( ! (n->next == NULL || n->next->flags & MDOC_LINE)) + p->flags |= TERMP_NOSPACE; } static int