diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-11 10:38:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-11 10:38:56 +0000 |
commit | e8256c3c7c8ece8f94cb8cf47693fdcc7579d85e (patch) | |
tree | 9549d403893cdfa40cd3c3b0be9ee2a5e84c8d33 /doc | |
parent | 22f44340763b29a0a3a0740054bfb9857b0c6920 (diff) | |
download | coreutils-e8256c3c7c8ece8f94cb8cf47693fdcc7579d85e.tar.xz |
s/POSIX/posix/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/omni-utils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/omni-utils.texi b/doc/omni-utils.texi index fdd79430a..5950e4dcd 100644 --- a/doc/omni-utils.texi +++ b/doc/omni-utils.texi @@ -7698,7 +7698,7 @@ pipeline. where an unsuccessful command is needed. By default, @code{false} honors the @samp{--help} and @samp{--version} -options. However, that is contrary to @sc{POSIX}, so when the environment +options. However, that is contrary to @sc{posix}, so when the environment variable @env{POSIXLY_CORRECT} is set, @code{false} ignores @emph{all} command line arguments, including @samp{--help} and @samp{--version}. @@ -7725,7 +7725,7 @@ you use @samp{true} in a script, you're probably using the built-in command, not the one documented here. By default, @code{true} honors the @samp{--help} and @samp{--version} -options. However, that is contrary to @sc{POSIX}, so when the environment +options. However, that is contrary to @sc{posix}, so when the environment variable @env{POSIXLY_CORRECT} is set, @code{true} ignores @emph{all} command line arguments, including @samp{--help} and @samp{--version}. |