groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 06/72: [xtotroff]: Annotate as GNU prog in version info.


From: G. Branden Robinson
Subject: [groff] 06/72: [xtotroff]: Annotate as GNU prog in version info.
Date: Sun, 23 Oct 2022 22:25:34 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b21939c24b21d695f3609db1943b55393cd0332a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
+
+       * src/utils/xtotroff/xtotroff.c (main): Annotate "xtotroff" as a
+       GNU program in version information.
+
 2022-10-18  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * 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 */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]