gbranden pushed a commit to branch master
in repository groff.

commit bc0166b2936ab359360b2162963ff99006714374
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 6 14:31:27 2025 -0600

    [groff]: Tweak notice in `--version` output.
    
    * src/roff/groff/groff.cpp (main): Tweak wording of notice about
      notices.  Many groff users encounter it via a package, and it seems
      churlish to expect distributors to rewrite this notice--though they
      still might want to do so to name the _specific_ package in which they
      provide the files it mentions.
---
 ChangeLog                | 8 ++++++++
 src/roff/groff/groff.cpp | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9c588d58c..92b8a313f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2025-11-06  G. Branden Robinson <[email protected]>
+
+       * src/roff/groff/groff.cpp (main): Tweak wording of notice about
+       notices.  Many groff users encounter it via a package, and it
+       seems churlish to expect distributors to rewrite this notice--
+       though they still might want to do so to name the _specific_
+       package in which they provide the files it mentions.
+
 2025-11-06  G. Branden Robinson <[email protected]>
 
        * src/devices/gropdf/TODO: Drop stale item.
diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp
index 69d9058a1..cb719d7cd 100644
--- a/src/roff/groff/groff.cpp
+++ b/src/roff/groff/groff.cpp
@@ -277,8 +277,8 @@ int main(int argc, char **argv)
 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
 "\n"
 "See the \"COPYING\", \"FDL\", and \"LICENSES\" files in the groff"
-" source distribution\n"
-"for additional notices and permissions."
+" distribution or\n"
+"package for additional notices and permissions."
       );
       puts("\nprograms in constructed pipeline:\n");
       fflush(stdout);

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

Reply via email to