commit bash-20140307 snapshot

This commit is contained in:
Chet Ramey
2014-03-21 14:14:28 -04:00
parent 62cb402128
commit f7958d04bb
32 changed files with 24318 additions and 2653 deletions
+2 -1
View File
@@ -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