mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 23:20:49 +02:00
commit bash-20040816 snapshot
This commit is contained in:
+5
-5
@@ -6,7 +6,7 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.CWRU.Edu
|
||||
.\"
|
||||
.\" Last Change: Sat Jun 26 14:26:44 EDT 2004
|
||||
.\" Last Change: Mon Aug 16 23:07:25 EDT 2004
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
@@ -5872,8 +5872,8 @@ is supplied, the name and value of the alias is printed.
|
||||
\fBAlias\fP returns true unless a \fIname\fP is given for which
|
||||
no alias has been defined.
|
||||
.TP
|
||||
\fBbg\fP [\fIjobspec\fP]
|
||||
Resume the suspended job \fIjobspec\fP in the background, as if it
|
||||
\fBbg\fP [\fIjobspec\fP ...]
|
||||
Resume each suspended job \fIjobspec\fP in the background, as if it
|
||||
had been started with
|
||||
.BR & .
|
||||
If \fIjobspec\fP is not present, the shell's notion of the
|
||||
@@ -5881,8 +5881,8 @@ If \fIjobspec\fP is not present, the shell's notion of the
|
||||
.B bg
|
||||
.I jobspec
|
||||
returns 0 unless run when job control is disabled or, when run with
|
||||
job control enabled, if \fIjobspec\fP was not found or started without
|
||||
job control.
|
||||
job control enabled, if the last \fIjobspec\fP was not found or was
|
||||
started without job control.
|
||||
.TP
|
||||
\fBbind\fP [\fB\-m\fP \fIkeymap\fP] [\fB\-lpsvPSV\fP]
|
||||
.PD 0
|
||||
|
||||
+8739
File diff suppressed because it is too large
Load Diff
+10
-5
@@ -6002,6 +6002,11 @@ The @code{type} and @code{command} builtins will not report a non-executable
|
||||
file as having been found, though the shell will attempt to execute such a
|
||||
file if it is the only so-named file found in @code{$PATH}.
|
||||
|
||||
@item
|
||||
When the @code{xpg_echo} option is enabled, Bash does not attempt to interpret
|
||||
any arguments to @code{echo} as options. Each argument is displayed, after
|
||||
escape characters are converted.
|
||||
|
||||
@end enumerate
|
||||
|
||||
There is other @sc{posix} 1003.2 behavior that Bash does not implement.
|
||||
@@ -6145,15 +6150,15 @@ Bash does not print another warning, and the stopped jobs are terminated.
|
||||
@item bg
|
||||
@btindex bg
|
||||
@example
|
||||
bg [@var{jobspec}]
|
||||
bg [@var{jobspec} @dots{}]
|
||||
@end example
|
||||
Resume the suspended job @var{jobspec} in the background, as if it
|
||||
Resume each suspended job @var{jobspec} in the background, as if it
|
||||
had been started with @samp{&}.
|
||||
If @var{jobspec} is not supplied, the current job is used.
|
||||
The return status is zero unless it is run when job control is not
|
||||
enabled, or, when run with job control enabled, if @var{jobspec} was
|
||||
not found or @var{jobspec} specifies a job that was started without
|
||||
job control.
|
||||
enabled, or, when run with job control enabled, if the last
|
||||
@var{jobspec} was not found or the last @var{jobspec} specifies a job
|
||||
that was started without job control.
|
||||
|
||||
@item fg
|
||||
@btindex fg
|
||||
|
||||
@@ -5997,6 +5997,16 @@ indication of whether or not a history entry has been modified.
|
||||
@item
|
||||
The default editor used by @code{fc} is @code{ed}.
|
||||
|
||||
@item
|
||||
The @code{type} and @code{command} builtins will not report a non-executable
|
||||
file as having been found, though the shell will attempt to execute such a
|
||||
file if it is the only so-named file found in @code{$PATH}.
|
||||
|
||||
@item
|
||||
When the @code{xpg_echo} option is enabled, Bash does not attempt to interpret
|
||||
any arguments to @code{echo} as options. Each argument is displayed, after
|
||||
escape characters are converted.
|
||||
|
||||
@end enumerate
|
||||
|
||||
There is other @sc{posix} 1003.2 behavior that Bash does not implement.
|
||||
|
||||
+2
-2
@@ -4,7 +4,7 @@ Copyright (C) 1988-2004 Free Software Foundation, Inc.
|
||||
|
||||
@set EDITION 3.0
|
||||
@set VERSION 3.0
|
||||
@set UPDATED 2 August 2004
|
||||
@set UPDATED 16 August 2004
|
||||
@set UPDATED-MONTH August 2004
|
||||
|
||||
@set LASTCHANGE Mon Aug 2 22:45:05 EDT 2004
|
||||
@set LASTCHANGE Mon Aug 16 23:09:57 EDT 2004
|
||||
|
||||
+2
-2
@@ -4,7 +4,7 @@ Copyright (C) 1988-2004 Free Software Foundation, Inc.
|
||||
|
||||
@set EDITION 3.0
|
||||
@set VERSION 3.0
|
||||
@set UPDATED 1 August 2004
|
||||
@set UPDATED 2 August 2004
|
||||
@set UPDATED-MONTH August 2004
|
||||
|
||||
@set LASTCHANGE Sun Aug 1 14:48:46 EDT 2004
|
||||
@set LASTCHANGE Mon Aug 2 22:45:05 EDT 2004
|
||||
|
||||
Reference in New Issue
Block a user