From: Chet Ramey Date: Fri, 25 Aug 2017 19:12:03 +0000 (-0400) Subject: commit bash-20170804 snapshot X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6016e31f04028d6ff9c518ba5db7d91ff7bd0d1d;p=thirdparty%2Fbash.git commit bash-20170804 snapshot --- diff --git a/doc/bash.1 b/doc/bash.1 index 490f362a2..980e72c77 100644 --- a/doc/bash.1 +++ b/doc/bash.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, diff --git a/doc/bashref.texi b/doc/bashref.texi index e132b5879..6f6566945 100644 --- a/doc/bashref.texi +++ b/doc/bashref.texi @@ -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},