mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
commit bash-20170804 snapshot
This commit is contained in:
+1
-1
@@ -7206,7 +7206,7 @@ section as accepting options preceded by
|
||||
accepts
|
||||
.B \-\-
|
||||
to signify the end of the options.
|
||||
The \fB:\fP, \fBtrue\fP, \fBfalse\fP, and \fBtest\fP builtins
|
||||
The \fB:\fP, \fBtrue\fP, \fBfalse\fP, and \fBtest\fP/\fB[\fP builtins
|
||||
do not accept options and do not treat \fB\-\-\fP specially.
|
||||
The \fBexit\fP, \fBlogout\fP, \fBreturn\fP,
|
||||
\fBbreak\fP, \fBcontinue\fP, \fBlet\fP,
|
||||
|
||||
+1
-1
@@ -3343,7 +3343,7 @@ Many of the builtins have been extended by @sc{posix} or Bash.
|
||||
Unless otherwise noted, each builtin command documented as accepting
|
||||
options preceded by @samp{-} accepts @samp{--}
|
||||
to signify the end of the options.
|
||||
The @code{:}, @code{true}, @code{false}, and @code{test}
|
||||
The @code{:}, @code{true}, @code{false}, and @code{test}/@code{[}
|
||||
builtins do not accept options and do not treat @samp{--} specially.
|
||||
The @code{exit}, @code{logout}, @code{return},
|
||||
@code{break}, @code{continue}, @code{let},
|
||||
|
||||
Reference in New Issue
Block a user