summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2009-07-26 00:49:20 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2009-07-26 00:49:20 +0000
commit4a329c946c07596adc52cd23af09cd89b113aacb (patch)
tree854432f02be08992b662db8820ace3397e290acc /usr.bin
parent3d33a6e5e4739ba017b9cf9d79d72264cd1050da (diff)
sync to 1.8.1: .Bl -diag lacked the second blank after the tag
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mandoc/mdoc_term.c6
1 files changed, 2 insertions, 4 deletions
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 <kristaps@kth.se>
*
@@ -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 */