]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20170804 snapshot
authorChet Ramey <chet.ramey@case.edu>
Fri, 25 Aug 2017 19:12:03 +0000 (15:12 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 25 Aug 2017 19:12:03 +0000 (15:12 -0400)
doc/bash.1
doc/bashref.texi

index 490f362a2fa07e06849ae1f835fa91479f1495cf..980e72c779fd2e0dc7c5d1e684055c73178e0346 100644 (file)
@@ -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,
index e132b5879608273b1098c73ce9bc8e7da0ec63de..6f65669456901af7c9bc7fbf183517942e4cd992 100644 (file)
@@ -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},