=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.346 retrieving revision 1.347 diff -u -p -r1.346 -r1.347 --- mandoc/mdoc_term.c 2017/02/17 19:15:41 1.346 +++ mandoc/mdoc_term.c 2017/04/14 18:25:04 1.347 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.346 2017/02/17 19:15:41 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.347 2017/04/14 18:25:04 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2017 Ingo Schwarze @@ -2003,9 +2003,9 @@ termp_lk_pre(DECL_ARGS) term_word(p, descr->string); descr = descr->next; } + term_fontpop(p); p->flags |= TERMP_NOSPACE; term_word(p, ":"); - term_fontpop(p); } term_fontpush(p, TERMFONT_BOLD);