gbranden pushed a commit to branch master
in repository groff.
commit d8c07d3996fccbe4955d7320ad1406e49a8d6a10
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Sep 4 06:14:40 2024 -0500
[troff]: Cosmetically fix usage message.
* src/roff/troff/input.cpp (usage): Break lines in usage message.
Continues commit 2440738089, 26 August.
---
ChangeLog | 5 +++++
src/roff/troff/input.cpp | 12 ++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e031b7167..61cc73565 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-04 G. Branden Robinson <[email protected]>
+
+ * src/roff/troff/input.cpp (usage): Break lines in usage
+ message.
+
2024-09-04 G. Branden Robinson <[email protected]>
* src/roff/troff/input.cpp (usage): De-document `-h` as synonym
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index c6a8c72ae..cd1d97ad4 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -8618,12 +8618,12 @@ void usage(FILE *stream, const char *prog)
if (stdout == stream) {
fputs(
"\n"
-"GNU troff transforms groff(7) language input into the device‐"
-"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",
+"GNU troff transforms groff(7) language input into the device‐\n"
+"independent page description language detailed in groff_out(5); it\n"
+"is the heart of the GNU roff document formatting system. Many\n"
+"people prefer to use the groff(1) command, a front end that also\n"
+"runs preprocessors and output drivers in the appropriate order and\n"
+"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