gbranden pushed a commit to branch master
in repository groff.

commit e4a71631256c7be9ddfbb9a938ff5e53bc23556f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jul 6 19:41:26 2024 -0500

    tmac/an-ext.tmac: Drop unnecessary `do` request.
---
 ChangeLog        | 4 ++++
 tmac/an-ext.tmac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 56808cc5c..fe6cfdf71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-07-06  G. Branden Robinson <[email protected]>
+
+       * tmac/an-ext.tmac (SY): Drop unnecessary `do` request.
+
 2024-06-28  Dave Kemper <[email protected]>
 
        * doc/groff.texi.in: Drop relict macro call in example.
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index e7f48876d..05ce17c70 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -76,7 +76,7 @@
 '    in +\\n(mTu
 .
 .    if \\n(.$=1 \{\
-.      do nr .X +0 \" Ensure this Heirloom register exists for testing.
+.      nr .X +0 \" Ensure this Heirloom register exists for testing.
 .      \" If the formatter is not groff, work around DWB/Heirloom/
 .      \" Solaris 10 glitch.  Something in their man(7) defeats the
 .      \" rules set forth in CSTR #54 ยง6.

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to