gbranden pushed a commit to branch master
in repository groff.

commit 80566e3b2e40980e0cacfee1f68bd1397890e910
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Dec 2 19:54:06 2024 -0600

    [xditview]: Revise usage message.
    
    * src/devices/xditview/xditview.c (Syntax): Align wording of usage
      message better with those of other output drivers.
---
 ChangeLog                       | 5 +++++
 src/devices/xditview/xditview.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e901dc0c7..f081c6027 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-02  G. Branden Robinson <[email protected]>
+
+       * src/devices/xditview/xditview.c (Syntax): Align wording of
+       usage message better with those of other output drivers.
+
 2024-12-02  G. Branden Robinson <[email protected]>
 
        Rationalize and annotate header file inclusions.
diff --git a/src/devices/xditview/xditview.c b/src/devices/xditview/xditview.c
index 0ec65e74e..f39eedc09 100644
--- a/src/devices/xditview/xditview.c
+++ b/src/devices/xditview/xditview.c
@@ -150,7 +150,7 @@ Syntax(const char *progname, bool had_error)
                exit(2);
        else {
                fputs("\n"
-"View a troff(1) document in an X11 window. See the gxditview(1)\n"
+"View the output of troff(1) in an X11 window.  See the gxditview(1)\n"
 "manual page.\n", stream);
                exit(EXIT_SUCCESS);
        }

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

Reply via email to