gbranden pushed a commit to branch master
in repository groff.
commit fd18a71a3a39ecab22b676869095254f4644d99f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Oct 31 12:49:29 2020 +1100
groff_mdoc(7): Fix error in \*([LR]q descriptions.
* tmac/groff_mdoc.7.man (Predefined strings): Fix error; the \*[Lq] and
\*[Rq] strings degrade to neutral double quotes (") on "nroff" devices
(-Tascii and -Tlatin1), not "``" and "''".
---
ChangeLog | 6 ++++++
tmac/groff_mdoc.7.man | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2335bb9..afa68a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-10-31 G. Branden Robinson <[email protected]>
+
+ * tmac/groff_mdoc.7.man (Predefined strings): Fix error; the
+ \*[Lq] and \*[Rq] strings degrade to neutral double quotes (")
+ on "nroff" devices (-Tascii and -Tlatin1), not "``" and "''".
+
2020-10-30 G. Branden Robinson <[email protected]>
* tmac/s.tmac: Revise diagnostic messages. Define a common
diff --git a/tmac/groff_mdoc.7.man b/tmac/groff_mdoc.7.man
index 076236e..5e9b2f3 100644
--- a/tmac/groff_mdoc.7.man
+++ b/tmac/groff_mdoc.7.man
@@ -4080,8 +4080,8 @@ l l l l.
String Nroff Troff Meaning
<= <= \*[<=] less equal
>= >= \*[>=] greater equal
-Rq '' \*[Rq] right double quote
-Lq `` \*[Lq] left double quote
+Rq " \*[Rq] right double quote
+Lq " \*[Lq] left double quote
ua ^ \*[ua] upwards arrow
aa \' \*[aa] acute accent
ga \` \*[ga] grave accent
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit