mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
30780: document that set -o failures are hard but setopt failures are soft
This commit is contained in:
parent
ce658b3c3c
commit
7f767568a6
2 changed files with 11 additions and 1 deletions
|
@ -1361,6 +1361,11 @@ or without the tt(no) prefix remains the same in this case.
|
|||
If the tt(-m) flag is given the arguments are taken as patterns
|
||||
(which should be quoted to protect them from filename expansion), and all
|
||||
options with names matching these patterns are set.
|
||||
|
||||
Note that a bad option name does not cause execution of subsequent shell
|
||||
code to be aborted; this is behaviour is different from that of `tt(set
|
||||
-o)'. This is because tt(set) is regarded as a special builtin by the
|
||||
POSIX standard, but tt(setopt) is not.
|
||||
)
|
||||
findex(shift)
|
||||
cindex(parameters, positional)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue