groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/11: [man]: Rename internal macro.


From: G. Branden Robinson
Subject: [groff] 05/11: [man]: Rename internal macro.
Date: Tue, 5 Oct 2021 07:11:06 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit a460ba981a2459bb6d9d7972472953f71e302cf4
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Oct 4 21:00:29 2021 +1100

    [man]: Rename internal macro.
    
    * tmac/an.tmac (an-abbreviate-title): Rename to...
      (an-prepare-page-title): ...this.
---
 ChangeLog    | 5 +++++
 tmac/an.tmac | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a9114ff..756e023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-04  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/an.tmac (an-abbreviate-title): Rename to...
+       (an-prepare-page-title): ...this.
+
 2021-10-03  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [docs]: Correct erroneous claim: the ".NH S" extension to ms(7)
diff --git a/tmac/an.tmac b/tmac/an.tmac
index 0cfa2c7..180d8a4 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -336,7 +336,7 @@
 .\" Abbreviate the page title if it's too long for the header.  Leaves
 .\" string an-pageref defined for use in .PT and .an-footer.  Also
 .\" leaves an-title-abbv for possible use by .PT and .BT re-definers.
-.de an-abbreviate-title
+.de an-prepare-page-title
 .  ds an-title-abbv \\*[an-title]\"
 .  ds an-title-string \\*[an-title]\"
 .  ds an-ellipsis \|.\|.\|.\|\"
@@ -385,7 +385,7 @@
 .  ps \\n[PS]u
 .  vs \\n[VS]u
 .  lt \\n[LT]u
-.  an-abbreviate-title
+.  an-prepare-page-title
 .  ie \\n[cR] .pl +1v
 .  el         .sp .5i
 .  PT



reply via email to

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