mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 20:00:49 +02:00
commit bash-20150918 snapshot
This commit is contained in:
+2
-1
@@ -3170,7 +3170,8 @@ The expansion is a string that is the result of expanding the value of
|
||||
\fIparameter\fP as if it were a prompt string (see \fBPROMPTING\fP below).
|
||||
.TP
|
||||
.B A
|
||||
The expansion is a string in the form of a \fBdeclare\fP command that, if
|
||||
The expansion is a string in the form of
|
||||
an assignment statement or \fBdeclare\fP command that, if
|
||||
evaluated, will recreate \fIparameter\fP with its attributes and value.
|
||||
.TP
|
||||
.B a
|
||||
|
||||
+2
-1
@@ -2209,7 +2209,8 @@ escape sequences expanded as with the @code{$'@dots{}'} quoting mechansim.
|
||||
The expansion is a string that is the result of expanding the value of
|
||||
@var{parameter} as if it were a prompt string (@pxref{Controlling the Prompt}).
|
||||
@item A
|
||||
The expansion is a string in the form of a @code{declare} command that, if
|
||||
The expansion is a string in the form of
|
||||
an assignment statement or @code{declare} command that, if
|
||||
evaluated, will recreate @var{parameter} with its attributes and value.
|
||||
@item a
|
||||
The expansion is a string consisting of flag values representing
|
||||
|
||||
Reference in New Issue
Block a user