mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 02:10:50 +02:00
commit bash-20041209 snapshot
This commit is contained in:
+15
-9
@@ -2,7 +2,7 @@
|
||||
<TITLE>BASH(1) Manual Page</TITLE>
|
||||
</HEAD>
|
||||
<BODY><TABLE WIDTH=100%>
|
||||
<TH ALIGN=LEFT>BASH(1)<TH ALIGN=CENTER>2004 Nov 22<TH ALIGN=RIGHT>BASH(1)
|
||||
<TH ALIGN=LEFT>BASH(1)<TH ALIGN=CENTER>2004 Dec 1<TH ALIGN=RIGHT>BASH(1)
|
||||
</TABLE>
|
||||
<BR><A HREF="#index">Index</A>
|
||||
<HR>
|
||||
@@ -4313,14 +4313,17 @@ with the exception that the
|
||||
<FONT SIZE=-1><B>DEBUG</B>
|
||||
|
||||
</FONT>
|
||||
trap (see the description of the
|
||||
and
|
||||
<B>RETURN</B>
|
||||
|
||||
traps (see the description of the
|
||||
<B>trap</B>
|
||||
|
||||
builtin under
|
||||
<FONT SIZE=-1><B>SHELL BUILTIN COMMANDS</B>
|
||||
|
||||
</FONT>
|
||||
below) is not inherited unless the function has been given the
|
||||
below) are not inherited unless the function has been given the
|
||||
<B>trace</B> attribute (see the description of the
|
||||
<FONT SIZE=-1><B>declare</B>
|
||||
|
||||
@@ -4328,7 +4331,7 @@ below) is not inherited unless the function has been given the
|
||||
builtin below) or the
|
||||
<B>-o functrace</B> shell option has been enabled with
|
||||
the <B>set</B> builtin
|
||||
(in which case all functions inherit the <B>DEBUG</B> trap).
|
||||
(in which case all functions inherit the <B>DEBUG</B> and <B>RETURN</B> traps).
|
||||
<P>
|
||||
|
||||
Variables local to the function may be declared with the
|
||||
@@ -8309,7 +8312,8 @@ by subsequent assignment statements or unset.
|
||||
|
||||
<DD>
|
||||
Give each <I>name</I> the <I>trace</I> attribute.
|
||||
Traced functions inherit the <B>DEBUG</B> trap from the calling shell.
|
||||
Traced functions inherit the <B>DEBUG</B> and <B>RETURN</B> traps from
|
||||
the calling shell.
|
||||
The trace attribute has no special meaning for variables.
|
||||
<DT><B>-x</B>
|
||||
|
||||
@@ -10005,9 +10009,11 @@ which change the current directory.
|
||||
<DT><B>-T</B>
|
||||
|
||||
<DD>
|
||||
If set, any trap on <B>DEBUG</B> is inherited by shell functions, command
|
||||
substitutions, and commands executed in a subshell environment.
|
||||
The <B>DEBUG</B> trap is normally not inherited in such cases.
|
||||
If set, any traps on <B>DEBUG</B> and <B>RETURN</B> are inherited by shell
|
||||
functions, command substitutions, and commands executed in a
|
||||
subshell environment.
|
||||
The <B>DEBUG</B> and <B>RETURN</B> traps are normally not inherited
|
||||
in such cases.
|
||||
<DT><B>--</B>
|
||||
|
||||
<DD>
|
||||
@@ -11409,6 +11415,6 @@ Array variables may not (yet) be exported.
|
||||
</DL>
|
||||
<HR>
|
||||
This document was created by man2html from bash.1.<BR>
|
||||
Time: 24 November 2004 15:49:41 EST
|
||||
Time: 07 December 2004 10:58:07 EST
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user