mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 10:50:50 +02:00
commit bash-20140307 snapshot
This commit is contained in:
+2
-1
@@ -3038,7 +3038,8 @@ constructs (@pxref{Lists}).
|
||||
All of the Bash builtins return an exit status of zero if they succeed
|
||||
and a non-zero status on failure, so they may be used by the
|
||||
conditional and list constructs.
|
||||
All builtins return an exit status of 2 to indicate incorrect usage.
|
||||
All builtins return an exit status of 2 to indicate incorrect usage,
|
||||
generally invalid options or missing arguments.
|
||||
|
||||
@node Signals
|
||||
@subsection Signals
|
||||
|
||||
Reference in New Issue
Block a user