=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.113 retrieving revision 1.114 diff -u -p -r1.113 -r1.114 --- mandoc/mdoc_term.c 2010/04/03 14:25:12 1.113 +++ mandoc/mdoc_term.c 2010/04/06 07:27:42 1.114 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.113 2010/04/03 14:25:12 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.114 2010/04/06 07:27:42 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1070,9 +1070,9 @@ termp_fl_pre(DECL_ARGS) term_fontpush(p, TERMFONT_BOLD); term_word(p, "\\-"); - /* A blank `Fl' should incur a subsequent space. */ - if (n->child) + p->flags |= TERMP_NOSPACE; + else if (n->next && n->next->line == n->line) p->flags |= TERMP_NOSPACE; return(1);