mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 08:30:49 +02:00
commit bash-20120127 snapshot
This commit is contained in:
+11
-5
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.cwru.edu
|
||||
.\"
|
||||
.\" Last Change: Wed Jan 11 17:19:15 EST 2012
|
||||
.\" Last Change: Sun Jan 29 21:16:46 EST 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 January 11" "GNU Bash 4.2"
|
||||
.TH BASH 1 "2012 January 29" "GNU Bash 4.2"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -3386,8 +3386,13 @@ Before a command is executed, its input and output
|
||||
may be
|
||||
.I redirected
|
||||
using a special notation interpreted by the shell.
|
||||
Redirection may also be used to open and close files for the
|
||||
current shell execution environment. The following redirection
|
||||
Redirection allows commands' file handles to be
|
||||
duplicated, opened, closed,
|
||||
made to refer to different files,
|
||||
and can change the files the command reads from and writes to.
|
||||
Redirection may also be used to modify file handles in the
|
||||
current shell execution environment.
|
||||
The following redirection
|
||||
operators may precede or appear anywhere within a
|
||||
.I simple command
|
||||
or may follow a
|
||||
@@ -4029,7 +4034,8 @@ Otherwise, numbers take the form [\fIbase#\fP]n, where the optional \fIbase\fP
|
||||
is a decimal number between 2 and 64 representing the arithmetic
|
||||
base, and \fIn\fP is a number in that base.
|
||||
If \fIbase#\fP is omitted, then base 10 is used.
|
||||
The digits greater than 9 are represented by the lowercase letters,
|
||||
When specifying \fIn\fP,
|
||||
the digits greater< than 9 are represented by the lowercase letters,
|
||||
the uppercase letters, @, and _, in that order.
|
||||
If \fIbase\fP is less than or equal to 36, lowercase and uppercase
|
||||
letters may be used interchangeably to represent numbers between 10
|
||||
|
||||
+9
-4
@@ -2274,7 +2274,11 @@ result from one of the above expansions are removed.
|
||||
Before a command is executed, its input and output
|
||||
may be @var{redirected}
|
||||
using a special notation interpreted by the shell.
|
||||
Redirection may also be used to open and close files for the
|
||||
Redirection allows commands' file handles to be
|
||||
duplicated, opened, closed,
|
||||
made to refer to different files,
|
||||
and can change the files the command reads from and writes to.
|
||||
Redirection may also be used to modify file handles in the
|
||||
current shell execution environment. The following redirection
|
||||
operators may precede or appear anywhere within a
|
||||
simple command or may follow a command.
|
||||
@@ -6373,9 +6377,10 @@ Constants with a leading 0 are interpreted as octal numbers.
|
||||
A leading @samp{0x} or @samp{0X} denotes hexadecimal. Otherwise,
|
||||
numbers take the form [@var{base}@code{#}]@var{n}, where the optional @var{base}
|
||||
is a decimal number between 2 and 64 representing the arithmetic
|
||||
base, and @var{n} is a number in that base. If @var{base}@code{#} is
|
||||
omitted, then base 10 is used.
|
||||
The digits greater than 9 are represented by the lowercase letters,
|
||||
base, and @var{n} is a number in that base.
|
||||
If @var{base}@code{#} is omitted, then base 10 is used.
|
||||
When specifying @var{n},
|
||||
he digits greater than 9 are represented by the lowercase letters,
|
||||
the uppercase letters, @samp{@@}, and @samp{_}, in that order.
|
||||
If @var{base} is less than or equal to 36, lowercase and uppercase
|
||||
letters may be used interchangeably to represent numbers between 10
|
||||
|
||||
+2
-3
@@ -2,11 +2,11 @@
|
||||
Copyright (C) 1988-2012 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Wed Jan 11 17:19:37 EST 2012
|
||||
@set LASTCHANGE Sun Jan 29 21:17:00 EST 2012
|
||||
|
||||
@set EDITION 4.2
|
||||
@set VERSION 4.2
|
||||
@set UPDATED 11 January 2012
|
||||
@set UPDATED 29 January 2012
|
||||
@set UPDATED-MONTH January 2012
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@ Copyright (C) 1988-2012 Free Software Foundation, Inc.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user