mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
commit bash-20130802 snapshot
This commit is contained in:
+1745
File diff suppressed because it is too large
Load Diff
+8
-4
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.cwru.edu
|
||||
.\"
|
||||
.\" Last Change: Sat Jul 13 13:32:19 EDT 2013
|
||||
.\" Last Change: Thu Aug 1 15:59:19 EDT 2013
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2013 July 13" "GNU Bash 4.3"
|
||||
.TH BASH 1 "2013 August 1" "GNU Bash 4.3"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -1360,8 +1360,12 @@ expands to the process ID of the current shell, not the
|
||||
subshell.
|
||||
.TP
|
||||
.B !
|
||||
Expands to the process ID of the most recently executed background
|
||||
(asynchronous) command.
|
||||
Expands to the process ID of the job most recently placed into the
|
||||
background, whether executed as an asynchronous command or using
|
||||
the \fBbg\fP builtin (see
|
||||
.SM
|
||||
.B "JOB CONTROL"
|
||||
below).
|
||||
.TP
|
||||
.B 0
|
||||
Expands to the name of the shell or shell script. This is set at
|
||||
|
||||
+3
-2
@@ -1608,8 +1608,9 @@ Expands to the process @sc{id} of the shell. In a @code{()} subshell, it
|
||||
expands to the process @sc{id} of the invoking shell, not the subshell.
|
||||
|
||||
@item !
|
||||
Expands to the process @sc{id} of the most recently executed background
|
||||
(asynchronous) command.
|
||||
Expands to the process @sc{id} of the job most recently placed into the
|
||||
background, whether executed as an asynchronous command or using
|
||||
the @code{bg} builtin (@pxref{Job Control Builtins}).
|
||||
|
||||
@item 0
|
||||
Expands to the name of the shell or shell script. This is set at
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@
|
||||
Copyright (C) 1988-2013 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Sat Jul 13 13:32:05 EDT 2013
|
||||
@set LASTCHANGE Thu Aug 1 15:58:51 EDT 2013
|
||||
|
||||
@set EDITION 4.3
|
||||
@set VERSION 4.3
|
||||
@set UPDATED 13 July 2013
|
||||
@set UPDATED-MONTH July 2013
|
||||
@set UPDATED 1 August 2013
|
||||
@set UPDATED-MONTH August 2013
|
||||
|
||||
Reference in New Issue
Block a user