mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-04 01:08:19 +02:00
commit bash-20170303 snapshot
This commit is contained in:
+10
-2
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Thu Feb 9 15:46:36 EST 2017
|
||||
.\" Last Change: Sat Mar 4 13:06:51 EST 2017
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2017 February 9" "GNU Bash 4.4"
|
||||
.TH BASH 1 "2017 March 4" "GNU Bash 4.4"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -4566,6 +4566,14 @@ greater than, or greater than or equal to \fIarg2\fP, respectively.
|
||||
and
|
||||
.I arg2
|
||||
may be positive or negative integers.
|
||||
When used with the \fB[[\fP command,
|
||||
.I Arg1
|
||||
and
|
||||
.I Arg2
|
||||
are evaluated as arithmetic expressions (see
|
||||
.SM
|
||||
.B "ARITHMETIC EVALUATION"
|
||||
above).
|
||||
.PD
|
||||
.SH "SIMPLE COMMAND EXPANSION"
|
||||
When a simple command is executed, the shell performs the following
|
||||
|
||||
@@ -6803,6 +6803,8 @@ is equal to, not equal to, less than, less than or equal to,
|
||||
greater than, or greater than or equal to @var{arg2},
|
||||
respectively. @var{Arg1} and @var{arg2}
|
||||
may be positive or negative integers.
|
||||
When used with the @code{[[} command, @var{Arg1} and @var{Arg2}
|
||||
are evaluated as arithmetic expressions (@pxref{Shell Arithmetic}).
|
||||
@end table
|
||||
|
||||
@node Shell Arithmetic
|
||||
|
||||
+3
-3
@@ -2,10 +2,10 @@
|
||||
Copyright (C) 1988-2017 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Thu Feb 9 15:46:16 EST 2017
|
||||
@set LASTCHANGE Sat Mar 4 13:06:24 EST 2017
|
||||
|
||||
@set EDITION 4.4
|
||||
@set VERSION 4.4
|
||||
|
||||
@set UPDATED 9 February 2017
|
||||
@set UPDATED-MONTH February 2017
|
||||
@set UPDATED 4 March 2017
|
||||
@set UPDATED-MONTH March 2017
|
||||
|
||||
Reference in New Issue
Block a user