mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 20:00:49 +02:00
commit bash-20061005 snapshot
This commit is contained in:
+9
-10
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on May, 11 2006 by texi2html 1.64 -->
|
||||
<!-- Created on September, 28 2006 by texi2html 1.64 -->
|
||||
<!--
|
||||
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
||||
Karl Berry <karl@freefriends.org>
|
||||
@@ -33,10 +33,10 @@ Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
|
||||
<H1>Bash Reference Manual</H1></P><P>
|
||||
|
||||
This text is a brief description of the features that are present in
|
||||
the Bash shell (version 3.2, 27 April 2006).
|
||||
the Bash shell (version 3.2, 28 September 2006).
|
||||
</P><P>
|
||||
|
||||
This is Edition 3.2, last updated 27 April 2006,
|
||||
This is Edition 3.2, last updated 28 September 2006,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 3.2.
|
||||
</P><P>
|
||||
@@ -4037,8 +4037,8 @@ each time a shell function or a script executed with the <CODE>.</CODE> or
|
||||
<P>
|
||||
|
||||
Signals ignored upon entry to the shell cannot be trapped or reset.
|
||||
Trapped signals are reset to their original values in a child
|
||||
process when it is created.
|
||||
Trapped signals that are not being ignored are reset to their original
|
||||
values in a child process when it is created.
|
||||
</P><P>
|
||||
|
||||
The return status is zero unless a <VAR>sigspec</VAR> does not specify a
|
||||
@@ -4387,9 +4387,6 @@ escape characters by default.
|
||||
<DT><CODE>\0<VAR>nnn</VAR></CODE>
|
||||
<DD>the eight-bit character whose value is the octal value <VAR>nnn</VAR>
|
||||
(zero to three octal digits)
|
||||
<DT><CODE>\<VAR>nnn</VAR></CODE>
|
||||
<DD>the eight-bit character whose value is the octal value <VAR>nnn</VAR>
|
||||
(one to three octal digits)
|
||||
<DT><CODE>\x<VAR>HH</VAR></CODE>
|
||||
<DD>the eight-bit character whose value is the hexadecimal value <VAR>HH</VAR>
|
||||
(one or two hex digits)
|
||||
@@ -5783,6 +5780,8 @@ even if it is subsequently reset.
|
||||
<DD><A NAME="IDX165"></A>
|
||||
An array variable consisting of the individual
|
||||
words in the current command line.
|
||||
The words are split on shell metacharacters as the shell parser would
|
||||
separate them.
|
||||
This variable is available only in shell functions invoked by the
|
||||
programmable completion facilities (see section <A HREF="bashref.html#SEC113">8.6 Programmable Completion</A>).
|
||||
<P>
|
||||
@@ -15137,7 +15136,7 @@ to permit their use in free software.
|
||||
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="bashref.html#SEC_About"> ? </A>]</TD>
|
||||
</TR></TABLE>
|
||||
<H1>About this document</H1>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>May, 11 2006</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>September, 28 2006</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -15299,7 +15298,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>May, 11 2006</I>
|
||||
by <I>Chet Ramey</I> on <I>September, 28 2006</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user