From 6314f1e80963a3b0062af9c80947fb76e5452a4b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 17 Feb 2017 18:28:06 +0000 Subject: 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. --- regress/mdoc/Lb/break.out_ascii | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/mdoc/Lb/break.out_ascii') diff --git a/regress/mdoc/Lb/break.out_ascii b/regress/mdoc/Lb/break.out_ascii index 6c9e5698..a6f0eebf 100644 --- a/regress/mdoc/Lb/break.out_ascii +++ b/regress/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 -- cgit