diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-17 18:28:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-17 18:28:06 +0000 |
commit | 6314f1e80963a3b0062af9c80947fb76e5452a4b (patch) | |
tree | 96d797b55474f4052cb41078a93ad7d7634f451a /regress/mdoc/St/badargs.out_ascii | |
parent | 5c5fdc42dc7ed248744aa0a3575af541ab29269f (diff) | |
download | mandoc-6314f1e80963a3b0062af9c80947fb76e5452a4b.tar.gz |
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/St/badargs.out_ascii')
-rw-r--r-- | regress/mdoc/St/badargs.out_ascii | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/mdoc/St/badargs.out_ascii b/regress/mdoc/St/badargs.out_ascii index a32ff83b..70c7418e 100644 --- a/regress/mdoc/St/badargs.out_ascii +++ b/regress/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 |