=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_term.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/mandoc/mdoc_term.c 2009/07/25 23:29:15 1.36 +++ src/usr.bin/mandoc/mdoc_term.c 2009/07/26 00:49:19 1.37 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.36 2009/07/25 23:29:15 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.37 2009/07/26 00:49:19 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -793,9 +793,6 @@ */ switch (type) { - case (MDOC_Diag): - term_word(p, "\\ "); - /* FALLTHROUGH */ case (MDOC_Inset): if (MDOC_BODY == node->type) p->flags &= ~TERMP_NOSPACE; @@ -984,6 +981,7 @@ switch (type) { case (MDOC_Diag): + term_word(p, "\\ "); /* FALLTHROUGH */ case (MDOC_Item): /* FALLTHROUGH */