gbranden pushed a commit to branch master
in repository groff.

commit 129e7fdffe7b70860e1b55b873f3ace1b9dff6e2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Dec 4 20:14:53 2024 -0600

    src/roff/nroff/nroff.sh: Tweak diagnostic message.
    
    Continues commit e05cf6d3b3, 4 December.
---
 src/roff/nroff/nroff.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/nroff/nroff.sh b/src/roff/nroff/nroff.sh
index 4e7800f06..b66b8bdef 100644
--- a/src/roff/nroff/nroff.sh
+++ b/src/roff/nroff/nroff.sh
@@ -69,7 +69,7 @@ do
           # POSIX doesn't actually require $SHELL, but fortunately at
           # least one craptastic non-conforming shell offers it.
           echo "$prog: option cluster '$thisarg' not supported with" \
-            "POSIX non-conforming shell '$SHELL'" >&2
+            "POSIX-non-conforming shell '$SHELL'" >&2
           exit 2
         fi
         remainder=${thisarg#-?}

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

Reply via email to