gbranden pushed a commit to branch master
in repository groff.

commit b21939c24b21d695f3609db1943b55393cd0332a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Oct 18 11:11:35 2022 -0500

    [xtotroff]: Annotate as GNU prog in version info.
    
    * src/utils/xtotroff/xtotroff.c (main): Annotate "xtotroff" as a GNU
      program in version information.
---
 ChangeLog                     | 5 +++++
 src/utils/xtotroff/xtotroff.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2dc3e0140..8fd6990fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-10-18  G. Branden Robinson <[email protected]>
+
+       * src/utils/xtotroff/xtotroff.c (main): Annotate "xtotroff" as a
+       GNU program in version information.
+
 2022-10-18  G. Branden Robinson <[email protected]>
 
        * src/devices/xditview/xditview.am
diff --git a/src/utils/xtotroff/xtotroff.c b/src/utils/xtotroff/xtotroff.c
index 1519a8c36..92bc39132 100644
--- a/src/utils/xtotroff/xtotroff.c
+++ b/src/utils/xtotroff/xtotroff.c
@@ -308,7 +308,7 @@ int main(int argc, char **argv)
       sscanf(optarg, "%u", &point_size);
       break;
     case 'v':
-      printf("xtotroff (groff) version %s\n", Version_string);
+      printf("GNU xtotroff (groff) version %s\n", Version_string);
       xtotroff_exit(EXIT_SUCCESS);
       break;
     case CHAR_MAX + 1: /* --help */

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

Reply via email to