diff options
Diffstat (limited to 'manual/getopt.texi')
-rw-r--r-- | manual/getopt.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/getopt.texi b/manual/getopt.texi index a0c7ede907..97aac0a2dd 100644 --- a/manual/getopt.texi +++ b/manual/getopt.texi @@ -88,7 +88,7 @@ is treated specially. It permits arguments that are not options to be returned as if they were associated with option character @samp{\1}. @item -POSIX demands the following behaviour: The first non-option stops option +POSIX demands the following behavior: The first non-option stops option processing. This mode is selected by either setting the environment variable @code{POSIXLY_CORRECT} or beginning the @var{options} argument string with a plus sign (@samp{+}). |