gbranden pushed a commit to branch master
in repository groff.
commit db1dce5422b741105ed40f7a0be0b545f2ebeed1
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Sep 5 08:58:29 2024 -0500
[nroff]: Update usage message.
* src/roff/nroff/nroff.sh: Update usage message, noting support for
options -[aDIZ].
Continues commit 78394f9f5b, 11 July.
---
ChangeLog | 5 +++++
src/roff/nroff/nroff.sh | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 26f60f633..c41f55a51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-05 G. Branden Robinson <[email protected]>
+
+ * src/roff/nroff/nroff.sh: Update usage message, noting support
+ for options -[aDIZ].
+
2024-09-04 G. Branden Robinson <[email protected]>
* src/roff/troff/input.cpp (do_open): Fix code style nits.
diff --git a/src/roff/nroff/nroff.sh b/src/roff/nroff/nroff.sh
index be6931d39..a37c824bc 100644
--- a/src/roff/nroff/nroff.sh
+++ b/src/roff/nroff/nroff.sh
@@ -28,7 +28,7 @@ opts=
dry_run=
is_option_argument_pending=
-usage="usage: $prog [-bcCEhikpRStUVz] [-d ctext] [-d string=text] \
+usage="usage: $prog [-abcCDEhiIkpRStUVzZ] [-d ctext] [-d string=text] \
[-K fallback-encoding] [-m macro-package] [-M macro-directory] \
[-n page-number] [-o page-list] [-P postprocessor-argument] \
[-r cnumeric-expression] [-r register=numeric-expression] \
@@ -38,8 +38,8 @@ usage: $prog {-v | --version}
usage: $prog --help"
summary="
-Format documents with groff(1) for terminal devices.
-See the nroff(1) manual page."
+Format documents for terminal devices with groff(1). See the nroff(1)
+manual page."
# Break up option clusters into separate arguments.
newargs=
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit