commit bash-20081218 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:34:07 -05:00
parent c92a890b21
commit 626d069458
15 changed files with 852 additions and 1457 deletions
+2 -2
View File
@@ -3334,7 +3334,7 @@ This is semantically equivalent to
.PP
This type of redirection instructs the shell to read input from the
current source until a line containing only
.I word
.I delimiter
(with no trailing blanks)
is seen. All of
the lines read up to that point are then used as the standard
@@ -7997,7 +7997,7 @@ Read-only variables cannot be reset.
In \fIposix mode\fP, only shell variables are listed.
The output is sorted according to the current locale.
When options are specified, they set or unset shell attributes.
Any arguments remaining after the options are processed are treated
Any arguments remaining after option processing are treated
as values for the positional parameters and are assigned, in order, to
.BR $1 ,
.BR $2 ,