diff options
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Dq/empty.out_ascii | 3 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lb/badargs.out_ascii | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lb/break.out_ascii | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lb/eos.out_ascii | 2 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Op/broken.out_ascii | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/St/badargs.out_ascii | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/St/call.out_ascii | 2 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/roff/cond/before-Dd.out_ascii | 2 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/roff/de/escname.out_ascii | 2 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/roff/esc/c.out_ascii | 2 | ||||
-rw-r--r-- | usr.bin/mandoc/chars.c | 6 |
11 files changed, 17 insertions, 18 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Dq/empty.out_ascii b/regress/usr.bin/mandoc/mdoc/Dq/empty.out_ascii index aaa6962148b..e8f1da5b344 100644 --- a/regress/usr.bin/mandoc/mdoc/Dq/empty.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Dq/empty.out_ascii @@ -4,7 +4,6 @@ NNAAMMEE DDqq--eemmppttyy - empty implicit enclosure macros DDEESSCCRRIIPPTTIIOONN - An empty ``'' and a full ``user@host'' quotation. And another ``full'' - one. + An empty "" and a full "user@host" quotation. And another "full" one. OpenBSD October 21, 2010 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Lb/badargs.out_ascii b/regress/usr.bin/mandoc/mdoc/Lb/badargs.out_ascii index f5bd4afeeba..cfc2b0ff0c6 100644 --- a/regress/usr.bin/mandoc/mdoc/Lb/badargs.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Lb/badargs.out_ascii @@ -4,7 +4,7 @@ NNAAMMEE LLbb--bbaaddaarrggss - bad arguments to the library macro LLIIBBRRAARRYY - library ``murks'' - library ``mylib'' another + library "murks" + library "mylib" another OpenBSD January 2, 2011 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Lb/break.out_ascii b/regress/usr.bin/mandoc/mdoc/Lb/break.out_ascii index 6c9e56981bd..a6f0eebfc68 100644 --- a/regress/usr.bin/mandoc/mdoc/Lb/break.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Lb/break.out_ascii @@ -4,10 +4,10 @@ NNAAMMEE LLbb--bbrreeaakk - output line breaks after the library macro LLIIBBRRAARRYY - library ``mylib'' + library "mylib" text DDEESSCCRRIIPPTTIIOONN - library ``mylib'' text + library "mylib" text OpenBSD June 30, 2010 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Lb/eos.out_ascii b/regress/usr.bin/mandoc/mdoc/Lb/eos.out_ascii index bbb726f1964..0db132951b0 100644 --- a/regress/usr.bin/mandoc/mdoc/Lb/eos.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Lb/eos.out_ascii @@ -4,6 +4,6 @@ NNAAMMEE LLbb--eeooss - end of sentence handling after the library macro DDEESSCCRRIIPPTTIIOONN - Let's use the library ``mylib''. And some other libraries. + Let's use the library "mylib". And some other libraries. OpenBSD November 17, 2012 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Op/broken.out_ascii b/regress/usr.bin/mandoc/mdoc/Op/broken.out_ascii index f9641277d97..317a0489a42 100644 --- a/regress/usr.bin/mandoc/mdoc/Op/broken.out_ascii +++ b/regress/usr.bin/mandoc/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 diff --git a/regress/usr.bin/mandoc/mdoc/St/badargs.out_ascii b/regress/usr.bin/mandoc/mdoc/St/badargs.out_ascii index a32ff83ba6b..70c7418e7ae 100644 --- a/regress/usr.bin/mandoc/mdoc/St/badargs.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/St/badargs.out_ascii @@ -4,13 +4,13 @@ NNAAMMEE SStt--iinnvvaalliidd - handling of invalid standard argument SSTTAANNDDAARRDDSS - valid argument: IEEE Std 1003.1-2004 (``POSIX.1'') + valid argument: IEEE Std 1003.1-2004 ("POSIX.1") invalid argument: no arguments: - two arguments: IEEE Std 1003.1-2004 (``POSIX.1'') murks + two arguments: IEEE Std 1003.1-2004 ("POSIX.1") murks end of file diff --git a/regress/usr.bin/mandoc/mdoc/St/call.out_ascii b/regress/usr.bin/mandoc/mdoc/St/call.out_ascii index 17f04404851..dc9b55b6a94 100644 --- a/regress/usr.bin/mandoc/mdoc/St/call.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/St/call.out_ascii @@ -6,7 +6,7 @@ NNAAMMEE SSTTAANNDDAARRDDSS calling another macro: --ccaalllleedd - valid argument: IEEE Std 1003.1-2004 (``POSIX.1'') + valid argument: IEEE Std 1003.1-2004 ("POSIX.1") end of file diff --git a/regress/usr.bin/mandoc/roff/cond/before-Dd.out_ascii b/regress/usr.bin/mandoc/roff/cond/before-Dd.out_ascii index f14a44fe1eb..373e920f260 100644 --- a/regress/usr.bin/mandoc/roff/cond/before-Dd.out_ascii +++ b/regress/usr.bin/mandoc/roff/cond/before-Dd.out_ascii @@ -10,7 +10,7 @@ DDEESSCCRRIIPPTTIIOONN with unknown macro errors. If the present document looks like a proper mdoc(7) document and the - following display reads ``mytext'', then the problem did not come back: + following display reads "mytext", then the problem did not come back: mytext diff --git a/regress/usr.bin/mandoc/roff/de/escname.out_ascii b/regress/usr.bin/mandoc/roff/de/escname.out_ascii index 9a2d825a09b..4f9a3a3d3eb 100644 --- a/regress/usr.bin/mandoc/roff/de/escname.out_ascii +++ b/regress/usr.bin/mandoc/roff/de/escname.out_ascii @@ -16,7 +16,7 @@ DDEESSCCRRIIPPTTIIOONN Remove all but second: val2 - macro seperated from argument by an escape sequence: ``argument'' + macro seperated from argument by an escape sequence: "argument" final text diff --git a/regress/usr.bin/mandoc/roff/esc/c.out_ascii b/regress/usr.bin/mandoc/roff/esc/c.out_ascii index 5ddc8443235..a0f6a9964a5 100644 --- a/regress/usr.bin/mandoc/roff/esc/c.out_ascii +++ b/regress/usr.bin/mandoc/roff/esc/c.out_ascii @@ -4,7 +4,7 @@ NNAAMMEE eesscc--cc - the roff escape c sequence: remove trailing space DDEESSCCRRIIPPTTIIOONN - No space between ``one'' and ``word'': oneword + No space between "one" and "word": oneword oneword diff --git a/usr.bin/mandoc/chars.c b/usr.bin/mandoc/chars.c index c4cff4bba6b..05ffae2cb99 100644 --- a/usr.bin/mandoc/chars.c +++ b/usr.bin/mandoc/chars.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chars.c,v 1.38 2015/10/13 22:57:49 schwarze Exp $ */ +/* $OpenBSD: chars.c,v 1.39 2017/02/17 18:26:16 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2011, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org> @@ -99,8 +99,8 @@ static struct ln lines[] = { { "bq", ",", 0x201a }, { "lq", "\"", 0x201c }, { "rq", "\"", 0x201d }, - { "Lq", "``", 0x201c }, - { "Rq", "''", 0x201d }, + { "Lq", "\"", 0x201c }, + { "Rq", "\"", 0x201d }, { "oq", "`", 0x2018 }, { "cq", "\'", 0x2019 }, { "aq", "\'", 0x0027 }, |