gbranden pushed a commit to branch master
in repository groff.

commit 1f02582f29099e4aaeaaba7a50ae49bf3c2582e5
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Sep 6 15:56:08 2022 -0500

    [mdoc]: Drop lingering, useless string definition.
    
    * tmac/mdoc/doc-common (Dt): Delete lingering and useless definition of
      `doc-command-name` string.  Thanks to Steffen Nurpmeso for the report.
---
 ChangeLog            | 6 ++++++
 tmac/mdoc/doc-common | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8bf964e3b..75396a4e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-06  G. Branden Robinson <[email protected]>
+
+       * tmac/mdoc/doc-common (Dt): Delete lingering and useless
+       definition of `doc-command-name` string.  Thanks to Steffen
+       Nurpmeso for the report.  See commit e9e92ee008, 27 August.
+
 2022-09-03  G. Branden Robinson <[email protected]>
 
        * src/preproc/pic/pic.ypp (not_lower_than): Emit deprecation
diff --git a/tmac/mdoc/doc-common b/tmac/mdoc/doc-common
index fc8b8cc1c..9e13ad0da 100644
--- a/tmac/mdoc/doc-common
+++ b/tmac/mdoc/doc-common
@@ -345,7 +345,6 @@
 .  ds doc-topic-name \" empty
 .  ds doc-volume LOCAL
 .  ds doc-section \" empty
-.  ds doc-command-name
 .
 .  if !"\$1"" \
 .    ds doc-document-title "\$1

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

Reply via email to