From 4a329c946c07596adc52cd23af09cd89b113aacb Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 26 Jul 2009 00:49:20 +0000 Subject: sync to 1.8.1: .Bl -diag lacked the second blank after the tag --- usr.bin/mandoc/mdoc_term.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.bin/mandoc/mdoc_term.c') diff --git a/usr.bin/mandoc/mdoc_term.c b/usr.bin/mandoc/mdoc_term.c index 863edae8585..09bfda14ff9 100644 --- a/usr.bin/mandoc/mdoc_term.c +++ b/usr.bin/mandoc/mdoc_term.c @@ -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 @@ termp_it_pre(DECL_ARGS) */ 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 @@ termp_it_post(DECL_ARGS) switch (type) { case (MDOC_Diag): + term_word(p, "\\ "); /* FALLTHROUGH */ case (MDOC_Item): /* FALLTHROUGH */ -- cgit v1.2.3