gbranden pushed a commit to branch master
in repository groff.

commit d2f4c01f0274f50403f79ea77a872d151bdcd404
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Aug 30 22:59:48 2024 -0500

    [troff]: Sync usage message language w/ troff(1).
---
 ChangeLog                |  4 ++++
 src/roff/troff/input.cpp | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c3280e240..74345e2a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-08-30  G. Branden Robinson <[email protected]>
+
+       * src/roff/troff/input.cpp (usage): Sync language with troff(1).
+
 2024-08-28  G. Branden Robinson <[email protected]>
 
        * tmac/{fallbacks,tty}.tmac: Reorganize.  Move recently added
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 71af2e5d0..856e53519 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -8485,11 +8485,11 @@ void usage(FILE *stream, const char *prog)
     fputs(
 "\n"
 "GNU troff transforms groff(7) language input into the device‐"
-"independent output format detailed in groff_out(5); it is the heart of"
-"the GNU roff document formatting system.  Many people prefer to use"
-"the groff(1) command, a front end that also runs preprocessors and"
-"output drivers in the appropriate order and with appropriate options."
-"See the troff(1) manual page.\n",
+"independent page description language detailed in groff_out(5); it is"
+"the heart of the GNU roff document formatting system.  Many people"
+"prefer to use the groff(1) command, a front end that also runs"
+"preprocessors and output drivers in the appropriate order and with"
+"appropriate options.  See the troff(1) manual page.\n",
          stream);
   }
 }

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

Reply via email to