gbranden pushed a commit to branch master
in repository groff.
commit 54bc79ef55e29db07676c7aca31895b7f8148407
Author: G. Branden Robinson <[email protected]>
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\"
. \}
..
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit