gbranden pushed a commit to branch master
in repository groff.

commit 1e74f421106e46b5e1516218c4aa442fe4654f1d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Feb 13 18:25:30 2026 -0600

    tmac/: Cosmetically revise comment headers.
    
    Separate legalistic comments from those for practical readers.
    
    Revise comments summarizing file purpose.
---
 tmac/62bit.tmac    | 7 +++----
 tmac/andoc.tmac    | 3 +--
 tmac/den.tmac      | 4 ++--
 tmac/refer-me.tmac | 8 +++-----
 tmac/refer-ms.tmac | 8 +++-----
 tmac/refer.tmac    | 6 ++----
 tmac/trace.tmac    | 8 ++------
 tmac/trans.tmac    | 4 ++--
 8 files changed, 18 insertions(+), 30 deletions(-)

diff --git a/tmac/62bit.tmac b/tmac/62bit.tmac
index f46b5393a..50f32a915 100644
--- a/tmac/62bit.tmac
+++ b/tmac/62bit.tmac
@@ -1,5 +1,5 @@
-.\" 62bit.tmac
-.\"
+.\" macro package supporting 62-bit arithmetic in GNU troff
+.
 .\" Copyright 2003-2020 Free Software Foundation, Inc.
 .\"
 .\" Written by Werner Lemberg ([email protected])
@@ -19,8 +19,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see
 .\" <http://www.gnu.org/licenses/>.
-.\"
-.\"
+.
 .\" This file provides macros for addition, multiplication, and division
 .\" of 62-bit signed integers.  Its main application is to 'scale'
 .\" 31-bit values--namely, to perform the operation 'a * b / c'
diff --git a/tmac/andoc.tmac b/tmac/andoc.tmac
index 2d12539fb..ff4aa91ae 100644
--- a/tmac/andoc.tmac
+++ b/tmac/andoc.tmac
@@ -1,5 +1,5 @@
 .\" Load either an.tmac or doc.tmac.  Multiple man pages can be handled.
-.\"
+.
 .\" Copyright 1991-2020 Free Software Foundation, Inc.
 .\"
 .\" Written by Werner Lemberg ([email protected]),
@@ -20,7 +20,6 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see
 .\" <http://www.gnu.org/licenses/>.
-.\"
 .
 .if !\n(.g \
 .  ab andoc.tmac: macros require groff extensions; aborting
diff --git a/tmac/den.tmac b/tmac/den.tmac
index 7b230a404..b15618b01 100644
--- a/tmac/den.tmac
+++ b/tmac/den.tmac
@@ -1,5 +1,5 @@
 .\" German localization for groff (new orthography)
-.\"
+.
 .\" Copyright 2006-2020 Free Software Foundation, Inc.
 .\"
 .\" Written by Werner Lemberg ([email protected])
@@ -19,7 +19,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see
 .\" <http://www.gnu.org/licenses/>.
-.\"
+.
 .\" Please send comments to [email protected].
 .
 .do nr german-new-hyphenation-patterns 1
diff --git a/tmac/refer-me.tmac b/tmac/refer-me.tmac
index af1085c16..9185351d3 100644
--- a/tmac/refer-me.tmac
+++ b/tmac/refer-me.tmac
@@ -1,7 +1,5 @@
-.\" refer-me.tmac
-.\"
-.\" Refer support for me macros.
-.\"
+.\" refer(1) support for groff_me(7) macros
+.
 .\" Copyright 2011-2020 Free Software Foundation, Inc.
 .\"
 .\" Written by Werner Lemberg ([email protected])
@@ -21,7 +19,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see
 .\" <http://www.gnu.org/licenses/>.
-.\"
+.
 .\" Please send comments to [email protected].
 .
 .do if d ref*error .nx
diff --git a/tmac/refer-ms.tmac b/tmac/refer-ms.tmac
index c6552e7bf..523f99c02 100644
--- a/tmac/refer-ms.tmac
+++ b/tmac/refer-ms.tmac
@@ -1,7 +1,5 @@
-.\" refer-ms.tmac
-.\"
-.\" Refer support for ms macros.
-.\"
+.\" refer(1) support for groff_ms(7) macros
+.
 .\" Copyright 2011-2020 Free Software Foundation, Inc.
 .\"
 .\" Written by Werner Lemberg ([email protected])
@@ -21,7 +19,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see
 .\" <http://www.gnu.org/licenses/>.
-.\"
+.
 .\" Please send comments to [email protected].
 .
 .do nr *groff_refer-ms_tmac_C \n[.cp]
diff --git a/tmac/refer.tmac b/tmac/refer.tmac
index eededdc71..4fd030f20 100644
--- a/tmac/refer.tmac
+++ b/tmac/refer.tmac
@@ -1,7 +1,5 @@
-.\" refer.tmac
-.\"
 .\" This is an interface to 'refer', originally part of 's.tmac'.
-.\"
+.
 .\" Copyright 2011-2020 Free Software Foundation, Inc.
 .\"
 .\" Written by Werner Lemberg ([email protected])
@@ -21,7 +19,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see
 .\" <http://www.gnu.org/licenses/>.
-.\"
+.
 .\" Please send comments to [email protected].
 .
 .do nr *groff_refer_tmac_C \n[.cp]
diff --git a/tmac/trace.tmac b/tmac/trace.tmac
index 5fc9cb596..b4c6482e6 100644
--- a/tmac/trace.tmac
+++ b/tmac/trace.tmac
@@ -1,8 +1,5 @@
-.\" trace.tmac
-.\"
-.\" Load this before a macro package that you want to trace.
-.\"
-.\"
+.\" Load this macro file before a macro package that you want to trace.
+.
 .\" Copyright 1989-2020 Free Software Foundation, Inc.
 .\"
 .\" Written by James Clark ([email protected])
@@ -22,7 +19,6 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see
 .\" <http://www.gnu.org/licenses/>.
-.\"
 .
 .
 .\" Tracing within groff means replacing the original macros or requests
diff --git a/tmac/trans.tmac b/tmac/trans.tmac
index 70c185c91..0ae744551 100644
--- a/tmac/trans.tmac
+++ b/tmac/trans.tmac
@@ -1,5 +1,5 @@
 .\" Localization for groff
-.\"
+.
 .\" Copyright 2006-2020 Free Software Foundation, Inc.
 .\"
 .\" Written by Fabrice M�nard ([email protected])
@@ -19,7 +19,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see
 .\" <http://www.gnu.org/licenses/>.
-.\"
+.
 .\" Please send comments to [email protected].
 .
 .do nr *groff_trans_tmac_C \n[.cp]

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

Reply via email to