=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -p -r1.78 -r1.79 --- mandoc/mdoc_term.c 2009/09/22 16:10:52 1.78 +++ mandoc/mdoc_term.c 2009/09/24 09:20:02 1.79 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.78 2009/09/22 16:10:52 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.79 2009/09/24 09:20:02 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1842,6 +1842,7 @@ termp_in_post(DECL_ARGS) { p->bold++; + p->flags |= TERMP_NOSPACE; term_word(p, ">"); p->bold--;