commit bash-20110325 snapshot

This commit is contained in:
Chet Ramey
2011-12-29 13:05:52 -05:00
parent 7df0c1b2df
commit c1854f2dd6
36 changed files with 13716 additions and 1532 deletions
+4 -3
View File
@@ -5,12 +5,12 @@
.\" Case Western Reserve University
.\" chet@po.cwru.edu
.\"
.\" Last Change: Sat Mar 12 21:44:43 EST 2011
.\" Last Change: Thu Mar 24 10:21:02 EDT 2011
.\"
.\" bash_builtins, strip all but Built-Ins section
.if \n(zZ=1 .ig zZ
.if \n(zY=1 .ig zY
.TH BASH 1 "2011 March 12" "GNU Bash-4.2"
.TH BASH 1 "2011 March 24" "GNU Bash-4.2"
.\"
.\" There's some problem with having a `@'
.\" in a tagged paragraph with the BSD man macros.
@@ -1465,7 +1465,8 @@ The shell function
\fB${BASH_SOURCE[\fP\fI$i+1\fP\fB]}\fP.
.TP
.B BASH_SUBSHELL
Incremented by one each time a subshell or subshell environment is spawned.
Incremented by one within each subshell or subshell environment when
the shell begins executing in that environment.
The initial value is 0.
.TP
.B BASH_VERSINFO