groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/03: tmac/an-ext.tmac: Use \& to protect ".".


From: G. Branden Robinson
Subject: [groff] 02/03: tmac/an-ext.tmac: Use \& to protect ".".
Date: Sat, 15 Aug 2020 15:44:40 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 54bc79ef55e29db07676c7aca31895b7f8148407
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Aug 16 04:57:11 2020 +1000

    tmac/an-ext.tmac: Use \& to protect ".".
    
    ...from interpretation as the beginning of a control line.
    
    Bonehead mistake fixup 2/2.
---
 tmac/an-ext.tmac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index 1fadb28..15a9058 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -128,7 +128,7 @@
 .    nh
 \\*(la\\*(m1\\*(ra\c
 .    hy \\n(HY
-.    ie \n(.g \\$*\"
+.    ie \n(.g \&\\$*\"
 .    el \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9\"
 .  \}
 ..
@@ -169,7 +169,7 @@
 .    nh
 \\*(la\\*(m1\\*(ra\c
 .    hy \\n(HY
-.    ie \n(.g \\$*\"
+.    ie \n(.g \&\\$*\"
 .    el \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9\"
 .  \}
 ..



reply via email to

[Prev in Thread] Current Thread [Next in Thread]