allow assignment to array keys @ and *; minor completion fix

This commit is contained in:
Chet Ramey
2021-04-26 16:31:46 -04:00
parent d128c3ddc1
commit 3fd77612fc
20 changed files with 142 additions and 69 deletions
+7 -4
View File
@@ -9160,9 +9160,11 @@ is empty, or a non-existent directory stack entry is specified.
.PP
If the
.B popd
command is successful, a
command is successful,
bash runs
.B dirs
is performed as well, and the return status is 0.
to show the final contents of the directory stack,
and the return status is 0.
.RE
.TP
\fBprintf\fP [\fB\-v\fP \fIvar\fP] \fIformat\fP [\fIarguments\fP]
@@ -9271,9 +9273,10 @@ a non-existent directory stack element is specified.
.PP
If the
.B pushd
command is successful, a
command is successful,
bash runs
.B dirs
is performed as well.
to show the final contents of the directory stack.
.RE
.TP
\fBpwd\fP [\fB\-LP\fP]