mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-05 21:41:16 -03:00
Change natural number to non-negative integer (#7161)
* natural → whole * positive whole * positive whole number → non-negative integer
This commit is contained in:
@@ -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 ``$?``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user