commit bash-20090409 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:07:36 -05:00
parent 5ccad77957
commit 0d8616ff05
23 changed files with 5920 additions and 34 deletions
+3 -5
View File
@@ -752,7 +752,7 @@ operators do not evaluate \fIexpression2\fP if the value of
the entire conditional expression.
.RE
.TP
\fBfor\fP \fIname\fP [ \fBin\fP \fIword\fP ] ; \fBdo\fP \fIlist\fP ; \fBdone\fP
\fBfor\fP \fIname\fP [ [ \fBin\fP [ \fIword ...\fP ] ] ; ] \fBdo\fP \fIlist\fP ; \fBdone\fP
The list of words following \fBin\fP is expanded, generating a list
of items.
The variable \fIname\fP is set to each element of this list
@@ -3869,12 +3869,10 @@ True if the strings are equal. \fB=\fP may be used in place of
True if the strings are not equal.
.TP
\fIstring1\fP \fB<\fP \fIstring2\fP
True if \fIstring1\fP sorts before \fIstring2\fP lexicographically
in the current locale.
True if \fIstring1\fP sorts before \fIstring2\fP lexicographically.
.TP
\fIstring1\fP \fB>\fP \fIstring2\fP
True if \fIstring1\fP sorts after \fIstring2\fP lexicographically
in the current locale.
True if \fIstring1\fP sorts after \fIstring2\fP lexicographically.
.TP
.I \fIarg1\fP \fBOP\fP \fIarg2\fP
.SM