mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20120921 snapshot
This commit is contained in:
+8
-6
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.cwru.edu
|
||||
.\"
|
||||
.\" Last Change: Tue Aug 28 17:20:54 EDT 2012
|
||||
.\" Last Change: Mon Sep 17 09:26:34 EDT 2012
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2012 August 28" "GNU Bash 4.2"
|
||||
.TH BASH 1 "2012 September 17" "GNU Bash 4.2"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -2600,12 +2600,14 @@ and \fIincr\fP, an optional increment, is an integer.
|
||||
When integers are supplied, the expression expands to each number between
|
||||
\fIx\fP and \fIy\fP, inclusive.
|
||||
Supplied integers may be prefixed with \fI0\fP to force each term to have the
|
||||
same width. When either \fIx\fP or \fPy\fP begins with a zero, the shell
|
||||
same width.
|
||||
When either \fIx\fP or \fPy\fP begins with a zero, the shell
|
||||
attempts to force all generated terms to contain the same number of digits,
|
||||
zero-padding where necessary.
|
||||
When characters are supplied, the expression expands to each character
|
||||
lexicographically between \fIx\fP and \fIy\fP, inclusive. Note that
|
||||
both \fIx\fP and \fIy\fP must be of the same type.
|
||||
lexicographically between \fIx\fP and \fIy\fP, inclusive,
|
||||
using the default C locale.
|
||||
Note that both \fIx\fP and \fIy\fP must be of the same type.
|
||||
When the increment is supplied, it is used as the difference between
|
||||
each term. The default increment is 1 or -1 as appropriate.
|
||||
.PP
|
||||
@@ -3347,7 +3349,7 @@ Matches any single character.
|
||||
Matches any one of the enclosed characters. A pair of characters
|
||||
separated by a hyphen denotes a
|
||||
\fIrange expression\fP;
|
||||
any character that sorts between those two characters, inclusive,
|
||||
any character that falls between those two characters, inclusive,
|
||||
using the current locale's collating sequence and character set,
|
||||
is matched. If the first character following the
|
||||
.B [
|
||||
|
||||
+6
-4
@@ -1678,12 +1678,14 @@ and @var{incr}, an optional increment, is an integer.
|
||||
When integers are supplied, the expression expands to each number between
|
||||
@var{x} and @var{y}, inclusive.
|
||||
Supplied integers may be prefixed with @samp{0} to force each term to have the
|
||||
same width. When either @var{x} or @var{y} begins with a zero, the shell
|
||||
same width.
|
||||
When either @var{x} or @var{y} begins with a zero, the shell
|
||||
attempts to force all generated terms to contain the same number of digits,
|
||||
zero-padding where necessary.
|
||||
When characters are supplied, the expression expands to each character
|
||||
lexicographically between @var{x} and @var{y}, inclusive. Note that
|
||||
both @var{x} and @var{y} must be of the same type.
|
||||
lexicographically between @var{x} and @var{y}, inclusive,
|
||||
using the default C locale.
|
||||
Note that both @var{x} and @var{y} must be of the same type.
|
||||
When the increment is supplied, it is used as the difference between
|
||||
each term. The default increment is 1 or -1 as appropriate.
|
||||
|
||||
@@ -2334,7 +2336,7 @@ Matches any single character.
|
||||
@item [@dots{}]
|
||||
Matches any one of the enclosed characters. A pair of characters
|
||||
separated by a hyphen denotes a @var{range expression};
|
||||
any character that sorts between those two characters, inclusive,
|
||||
any character that falls between those two characters, inclusive,
|
||||
using the current locale's collating sequence and character set,
|
||||
is matched. If the first character following the
|
||||
@samp{[} is a @samp{!} or a @samp{^}
|
||||
|
||||
+2
-2
@@ -2,9 +2,9 @@
|
||||
Copyright (C) 1988-2012 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Thu Sep 13 17:12:28 EDT 2012
|
||||
@set LASTCHANGE Mon Sep 17 09:26:53 EDT 2012
|
||||
|
||||
@set EDITION 4.2
|
||||
@set VERSION 4.2
|
||||
@set UPDATED 13 September 2012
|
||||
@set UPDATED 17 September 2012
|
||||
@set UPDATED-MONTH September 2012
|
||||
|
||||
Reference in New Issue
Block a user