mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 19:00:50 +02:00
commit bash-20190816 snapshot
This commit is contained in:
+2
-2
@@ -1664,7 +1664,7 @@ only be referenced; assignment to them is not allowed.
|
||||
When the expansion is not within double quotes, each positional parameter
|
||||
expands to a separate word.
|
||||
In contexts where it is performed, those words
|
||||
are subject to further word splitting and pathname expansion.
|
||||
are subject to further word splitting and filename expansion.
|
||||
When the expansion occurs within double quotes, it expands to a single word
|
||||
with the value of each parameter separated by the first character of the
|
||||
@env{IFS} special variable. That is, @code{"$*"} is equivalent
|
||||
@@ -2880,7 +2880,7 @@ A variant of here documents, the format is:
|
||||
The @var{word} undergoes
|
||||
tilde expansion, parameter and variable expansion,
|
||||
command substitution, arithmetic expansion, and quote removal.
|
||||
Pathname expansion and word splitting are not performed.
|
||||
Filename expansion and word splitting are not performed.
|
||||
The result is supplied as a single string,
|
||||
with a newline appended,
|
||||
to the command on its
|
||||
|
||||
Reference in New Issue
Block a user