From e6e2b38ed54f3507b77f07c4af941bece1e9dcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Tue, 31 May 2022 16:04:11 -0400 Subject: [PATCH] clarify wording around allowed options --- SC3040.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3040.md b/SC3040.md index f0c72f9..02b5adc 100644 --- a/SC3040.md +++ b/SC3040.md @@ -1,6 +1,6 @@ ## In POSIX sh, set option *[name]* is undefined. -The value *[name]* may be anything other than `allexport`, `errexit`, `ignoreeof`, `monitor`, `noclobber`, `noexec`, `noglob`, `nolog`, `notify` , `nounset`, `verbose`, `vi`, and `xtrace`. +The value *[name]* is something other than `allexport`, `errexit`, `ignoreeof`, `monitor`, `noclobber`, `noexec`, `noglob`, `nolog`, `notify` , `nounset`, `verbose`, `vi`, or `xtrace`.