mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:17:12 +08:00
Change natural number to non-negative integer (#7161)
* natural → whole * positive whole * positive whole number → non-negative integer
This commit is contained in:
parent
1c743356d7
commit
7c5b19ec2c
|
@ -397,7 +397,7 @@ To write them on the same line, use the semicolon (";"). That means the followin
|
|||
Exit Status
|
||||
-----------
|
||||
|
||||
When a command exits, it returns a status code as a natural number.
|
||||
When a command exits, it returns a status code as a non-negative integer.
|
||||
|
||||
Unlike other shells, ``fish`` stores the exit status of the last command in ``$status`` instead of ``$?``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user