=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.153 retrieving revision 1.154 diff -u -p -r1.153 -r1.154 --- mandoc/man_term.c 2014/10/20 02:47:09 1.153 +++ mandoc/man_term.c 2014/10/20 15:50:24 1.154 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.153 2014/10/20 02:47:09 schwarze Exp $ */ +/* $Id: man_term.c,v 1.154 2014/10/20 15:50:24 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -990,7 +990,7 @@ print_man_node(DECL_ARGS) if ( ! (n->flags & MAN_LINE)) p->flags |= TERMP_NOSPACE; term_eqn(p, n->eqn); - if ( ! (n->flags & MAN_LINE)) + if (n->next != NULL && ! (n->next->flags & MAN_LINE)) p->flags |= TERMP_NOSPACE; return; case MAN_TBL: