gbranden pushed a commit to branch master
in repository groff.

commit 32c919091809206c6ad1f40c95d4b6c28122e80b
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Thu Dec 26 23:07:37 2024 -0600

    contrib/{eqn,grap,pic}2graph/*.sh: Tweak version.
    
    * contrib/eqn2graph/eqn2graph.sh:
    * contrib/grap2graph/grap2graph.sh:
    * contrib/pic2graph/pic2graph.sh: Drop "GNU" from reported version
      string; these are contributed programs, not GNU programs.
---
 contrib/eqn2graph/eqn2graph.sh   | 2 +-
 contrib/grap2graph/grap2graph.sh | 2 +-
 contrib/pic2graph/pic2graph.sh   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/eqn2graph/eqn2graph.sh b/contrib/eqn2graph/eqn2graph.sh
index 0929a2144..00fad61ca 100644
--- a/contrib/eqn2graph/eqn2graph.sh
+++ b/contrib/eqn2graph/eqn2graph.sh
@@ -40,7 +40,7 @@ do
        format=$2
        shift;;
     -v | --version)
-       echo "GNU eqn2graph (groff) version @VERSION@"
+       echo "eqn2graph (groff) version @VERSION@"
        exit 0;;
     --help)
        echo "usage: eqn2graph [ option ...] < in > out"
diff --git a/contrib/grap2graph/grap2graph.sh b/contrib/grap2graph/grap2graph.sh
index 49a990c5d..59359bf59 100644
--- a/contrib/grap2graph/grap2graph.sh
+++ b/contrib/grap2graph/grap2graph.sh
@@ -42,7 +42,7 @@ do
        format=$2
        shift;;
     -v | --version)
-       echo "GNU grap2graph (groff) version @VERSION@"
+       echo "grap2graph (groff) version @VERSION@"
        exit 0;;
     --help)
        echo "usage: grap2graph [ option ...] < in > out"
diff --git a/contrib/pic2graph/pic2graph.sh b/contrib/pic2graph/pic2graph.sh
index 70286b6b1..09c47904a 100644
--- a/contrib/pic2graph/pic2graph.sh
+++ b/contrib/pic2graph/pic2graph.sh
@@ -50,7 +50,7 @@ do
        eqndelim=$2
        shift;;
     -v | --version)
-       echo "GNU pic2graph (groff) version @VERSION@"
+       echo "pic2graph (groff) version @VERSION@"
        exit 0;;
     --help)
        echo "usage: pic2graph [ option ...] < in > out"

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to