commit bash-20120302 snapshot

This commit is contained in:
Chet Ramey
2012-04-09 09:59:09 -04:00
parent 09cd2889c9
commit e73012f12c
106 changed files with 59210 additions and 28364 deletions
+4 -4
View File
@@ -3638,9 +3638,9 @@ is the result of quote removal on
.IR word ,
and the lines in the here-document are not expanded.
If \fIword\fP is unquoted,
all lines of the here-document are subjected to parameter expansion,
command substitution, and arithmetic expansion. In the latter
case, the character sequence
all lines of the here-document are subjected to
parameter expansion, command substitution, and arithmetic expansion,
the character sequence
.B \e<newline>
is ignored, and
.B \e
@@ -3670,7 +3670,7 @@ A variant of here documents, the format is:
The \fIword\fP undergoes
brace expansion, tilde expansion, parameter and variable expansion,
command substitution, arithmetic expansion, and quote removal.
Pathname expansion word splitting are not performed.
Pathname expansion and word splitting are not performed.
The result is supplied as a single string to the command on its
standard input.
.SS "Duplicating File Descriptors"