mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
commit bash-20080904 snapshot
This commit is contained in:
+4
-2
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.cwru.edu
|
||||
.\"
|
||||
.\" Last Change: Fri Aug 22 12:45:34 EDT 2008
|
||||
.\" Last Change: Sat Sep 6 13:05:54 EDT 2008
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2008 August 22" "GNU Bash-4.0"
|
||||
.TH BASH 1 "2008 September 6" "GNU Bash-4.0"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -7876,6 +7876,8 @@ the decimal point.
|
||||
This option is only effective if \fBread\fP is reading input from a
|
||||
terminal, pipe, or other special file; it has no effect when reading
|
||||
from regular files.
|
||||
If \fItimeout\fP is 0, \fBread\fP returns success if input is available on
|
||||
the specified file descriptor, failure otherwise.
|
||||
The exit status is greater than 128 if the timeout is exceeded.
|
||||
.TP
|
||||
.B \-u \fIfd\fP
|
||||
|
||||
+3
-3
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.cwru.edu
|
||||
.\"
|
||||
.\" Last Change: Sun Jul 6 14:33:52 EDT 2008
|
||||
.\" Last Change: Fri Aug 22 12:45:34 EDT 2008
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2008 July 6" "GNU Bash-4.0"
|
||||
.TH BASH 1 "2008 August 22" "GNU Bash-4.0"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -5252,7 +5252,7 @@ Invoke an editor on the current command line, and execute the result as shell
|
||||
commands.
|
||||
\fBBash\fP attempts to invoke
|
||||
.SM
|
||||
.BR $FCEDIT ,
|
||||
.BR $VISUAL ,
|
||||
.SM
|
||||
.BR $EDITOR ,
|
||||
and \fIemacs\fP as the editor, in that order.
|
||||
|
||||
@@ -3748,6 +3748,8 @@ the decimal point.
|
||||
This option is only effective if @code{read} is reading input from a
|
||||
terminal, pipe, or other special file; it has no effect when reading
|
||||
from regular files.
|
||||
If @var{timeout} is 0, @code{read} returns success if input is available on
|
||||
the specified file descriptor, failure otherwise.
|
||||
The exit status is greater than 128 if the timeout is exceeded.
|
||||
|
||||
@item -u @var{fd}
|
||||
|
||||
+1
-1
@@ -6459,7 +6459,7 @@ file if it is the only so-named file found in @code{$PATH}.
|
||||
|
||||
@item
|
||||
The @code{vi} editing mode will invoke the @code{vi} editor directly when
|
||||
the @samp{v} command is run, instead of checking @code{$FCEDIT} and
|
||||
the @samp{v} command is run, instead of checking @code{$VISUAL} and
|
||||
@code{$EDITOR}.
|
||||
|
||||
@item
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@
|
||||
Copyright (C) 1988-2008 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Fri Aug 22 12:46:16 EDT 2008
|
||||
@set LASTCHANGE Sat Sep 6 13:05:30 EDT 2008
|
||||
|
||||
@set EDITION 4.0
|
||||
@set VERSION 4.0
|
||||
@set UPDATED 22 August 2008
|
||||
@set UPDATED-MONTH August 2008
|
||||
@set UPDATED 6 September 2008
|
||||
@set UPDATED-MONTH September 2008
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@
|
||||
Copyright (C) 1988-2008 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Sun Jul 6 14:33:52 EDT 2008
|
||||
@set LASTCHANGE Fri Aug 22 12:46:16 EDT 2008
|
||||
|
||||
@set EDITION 4.0
|
||||
@set VERSION 4.0
|
||||
@set UPDATED 6 July 2008
|
||||
@set UPDATED-MONTH July 2008
|
||||
@set UPDATED 22 August 2008
|
||||
@set UPDATED-MONTH August 2008
|
||||
|
||||
Reference in New Issue
Block a user