mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-01 18:31:14 -03:00
docs: standardise on exit status terminology
Exit status is used in the POSIX specification and is preferred over return code/return status/exit code. [ci skip]
This commit is contained in:
@@ -32,7 +32,7 @@ If ``ARG`` is not present and ``-p`` has been supplied, then the trap commands a
|
||||
|
||||
Signal names are case insensitive and the ``SIG`` prefix is optional.
|
||||
|
||||
The return status is 1 if any ``REASON`` is invalid; otherwise trap returns 0.
|
||||
The exit status is 1 if any ``REASON`` is invalid; otherwise trap returns 0.
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user