fix for dequoting words in pretty-print mode; posix mode changes for readonly/export invalid identifier errors

This commit is contained in:
Chet Ramey
2024-01-02 10:42:34 -05:00
parent aa2d23cfac
commit fa0b002927
20 changed files with 1531 additions and 1361 deletions
+6 -5
View File
@@ -8275,7 +8275,8 @@ matches were generated.
\fBcomplete\fP \fB\-pr\fP [\fB\-DEI\fP] [\fIname\fP ...]
.PD
Specify how arguments to each \fIname\fP should be completed.
If the \fB\-p\fP option is supplied, or if no options are supplied,
If the \fB\-p\fP option is supplied, or if no options or \fIname\fPs
are supplied,
existing completion specifications are printed in a way that allows
them to be reused as input.
The \fB\-r\fP option removes a completion specification for
@@ -11688,11 +11689,11 @@ Eventually, the options will be removed in favor of
.SM
.BR BASH_COMPAT .
.PP
Bash-5.0 is the final version for which there will be an individual shopt
option for the previous version. Users should use
Bash-5.0 was the final version for which there will be an individual shopt
option for the previous version. Users should control the compatibility
level with
.SM
.B BASH_COMPAT
on bash-5.0 and later versions.
.BR BASH_COMPAT .
.PP
The following table describes the behavior changes controlled by each
compatibility level setting.