gbranden pushed a commit to branch master
in repository groff.
commit a460ba981a2459bb6d9d7972472953f71e302cf4
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ * tmac/an.tmac (an-abbreviate-title): Rename to...
+ (an-prepare-page-title): ...this.
+
2021-10-03 G. Branden Robinson <[email protected]>
[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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit