diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-09 19:15:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-09 19:15:15 +0000 |
commit | 74dc3d01c232791fe844d380306a571a6d3f9bf5 (patch) | |
tree | cf581cccc486f4c42e30538d829ab70e4fd1549f /usr.bin/mandoc | |
parent | 8f295aeb95b9c3fdd966934b0b961b2ce7a7f8c3 (diff) |
sync to 1.8.3: remove doubled .Bl -diag whitespace
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/mdoc_term.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/mandoc/mdoc_term.c b/usr.bin/mandoc/mdoc_term.c index f27f2764aed..e3585aa2e85 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.43 2009/08/09 19:01:24 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.44 2009/08/09 19:15:14 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -1009,11 +1009,10 @@ termp_it_post(DECL_ARGS) assert(-1 != type); switch (type) { - case (MDOC_Diag): - term_word(p, "\\ "); - /* FALLTHROUGH */ case (MDOC_Item): /* FALLTHROUGH */ + case (MDOC_Diag): + /* FALLTHROUGH */ case (MDOC_Inset): if (MDOC_BODY == node->type) term_flushln(p); |