mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
docs: Some fixes to the erase section of set's exit status
[ci skip]
This commit is contained in:
parent
ad138ecef8
commit
4ef6490a26
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ In assignment mode, ``set`` does not modify the exit status, but passes along wh
|
|||
|
||||
In query mode, the exit status is the number of variables that were not found.
|
||||
|
||||
In erase mode, ``set`` exits with a zero exit status in case of success, with a non-zero exit status if the commandline was invalid, if any of the variable was write-protected or if any of the variable did not exist.
|
||||
In erase mode, ``set`` exits with a zero exit status in case of success, with a non-zero exit status if the commandline was invalid, if any of the variables did not exist or was a :ref:`special read-only variable <variables-special>`.
|
||||
|
||||
|
||||
Examples
|
||||
|
|
Loading…
Reference in a new issue