aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Op/broken.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-17 18:28:06 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-17 18:28:06 +0000
commit1dcbde3e1a6941a3253b1fbda8cbb0c765636066 (patch)
tree7a3c6f6fd5b3375f8696f76c67e85c875d78697a /regress/mdoc/Op/broken.out_ascii
parentc29573b986ee252fd9bd92c397a44e7b3d3a5456 (diff)
downloadmandoc-1dcbde3e1a6941a3253b1fbda8cbb0c765636066.tar.gz
mandoc-1dcbde3e1a6941a3253b1fbda8cbb0c765636066.tar.zst
mandoc-1dcbde3e1a6941a3253b1fbda8cbb0c765636066.zip
Many people have been complaining for a long time that ``...'' looks
ugly in -Tascii output. For that reason, bentley@ submitted patches to render "..." instead to groff in November 2014 (yes, more than two years ago). Carsten Kunze yesterday merged them for the upcoming groff-1.22.4 release. Yay! Consequently, do the same in mandoc: Render \(Lq and \(Rq (which are used for .Do, .Dq, .Lb, and .St) as '"' in -Tascii output. All other output modes including -Tutf8 remain unchanged.
Diffstat (limited to 'regress/mdoc/Op/broken.out_ascii')
-rw-r--r--regress/mdoc/Op/broken.out_ascii4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/mdoc/Op/broken.out_ascii b/regress/mdoc/Op/broken.out_ascii
index f9641277..317a0489 100644
--- a/regress/mdoc/Op/broken.out_ascii
+++ b/regress/mdoc/Op/broken.out_ascii
@@ -4,8 +4,8 @@ NNAAMMEE
OOpp--bbrrookkeenn - partial implicit block broken by partial explicit block
DDEESSCCRRIIPPTTIIOONN
- before both ``inside first [inside both'' inside second] after both
+ before both "inside first [inside both" inside second] after both
- 0 ``1 [12 [123'' 23]] 0
+ 0 "1 [12 [123" 23]] 0
OpenBSD July 2, 2014 OpenBSD