mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-05 19:30:49 +02:00
commit bash-20070503 snapshot
This commit is contained in:
+7
-5
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.cwru.edu
|
||||
.\"
|
||||
.\" Last Change: Fri Jan 12 16:29:22 EST 2007
|
||||
.\" Last Change: Tue May 1 10:05:17 EDT 2007
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2007 January 12" "GNU Bash-3.2"
|
||||
.TH BASH 1 "2007 May 1" "GNU Bash-3.2"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -645,7 +645,8 @@ The return status is the exit status of
|
||||
Note that unlike the metacharacters \fB(\fP and \fB)\fP, \fB{\fP and
|
||||
\fB}\fP are \fIreserved words\fP and must occur where a reserved
|
||||
word is permitted to be recognized. Since they do not cause a word
|
||||
break, they must be separated from \fIlist\fP by whitespace.
|
||||
break, they must be separated from \fIlist\fP by whitespace or another
|
||||
shell metacharacter.
|
||||
.TP
|
||||
((\fIexpression\fP))
|
||||
The \fIexpression\fP is evaluated according to the rules described
|
||||
@@ -8318,6 +8319,7 @@ an argument of \fB\-\-\fP as signifying the end of options.
|
||||
.if n .sp 1
|
||||
Expressions may be combined using the following operators, listed
|
||||
in decreasing order of precedence.
|
||||
The evaluation depends on the number of arguments; see below.
|
||||
.RS
|
||||
.PD 0
|
||||
.TP
|
||||
@@ -8375,14 +8377,14 @@ under
|
||||
.BR "CONDITIONAL EXPRESSIONS" ,
|
||||
the result of the expression is the result of the binary test using
|
||||
the first and third arguments as operands.
|
||||
The \fB\-a\fP and \fB\-o\fP operators are considered binary operators
|
||||
when there are three arguments.
|
||||
If the first argument is \fB!\fP, the value is the negation of
|
||||
the two-argument test using the second and third arguments.
|
||||
If the first argument is exactly \fB(\fP and the third argument is
|
||||
exactly \fB)\fP, the result is the one-argument test of the second
|
||||
argument.
|
||||
Otherwise, the expression is false.
|
||||
The \fB\-a\fP and \fB\-o\fP operators are considered binary operators
|
||||
in this case.
|
||||
.TP
|
||||
4 arguments
|
||||
If the first argument is \fB!\fP, the result is the negation of
|
||||
|
||||
Reference in New Issue
Block a user