mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 10:50:50 +02:00
commit bash-20040803 snapshot
This commit is contained in:
+18
-6
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on July, 27 2004 by texi2html 1.64 -->
|
||||
<!-- Created on August, 3 2004 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.0, 27 July 2004)..
|
||||
the Bash shell (version 3.0, 1 August 2004)..
|
||||
</P><P>
|
||||
|
||||
This is Edition 3.0, last updated 27 July 2004,
|
||||
This is Edition 3.0, last updated 1 August 2004,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 3.0.
|
||||
</P><P>
|
||||
@@ -7941,7 +7941,8 @@ The <CODE>trap</CODE> builtin displays signal names without the leading
|
||||
<LI>
|
||||
The <CODE>trap</CODE> builtin doesn't check the first argument for a possible
|
||||
signal specification and revert the signal handling to the original
|
||||
disposition if it is. If users want to reset the handler for a given
|
||||
disposition if it is, unless that argument consists solely of digits and
|
||||
is a valid signal number. If users want to reset the handler for a given
|
||||
signal to the original disposition, they should use <SAMP>`-'</SAMP> as the
|
||||
first argument.
|
||||
<P>
|
||||
@@ -7983,6 +7984,17 @@ When the <CODE>cd</CODE> builtin is invoked in <VAR>logical</VAR> mode, and the
|
||||
constructed from <CODE>$PWD</CODE> and the directory name supplied as an argument
|
||||
does not refer to an existing directory, <CODE>cd</CODE> will fail instead of
|
||||
falling back to <VAR>physical</VAR> mode.
|
||||
<P>
|
||||
|
||||
<LI>
|
||||
When listing the history, the <CODE>fc</CODE> builtin does not include an
|
||||
indication of whether or not a history entry has been modified.
|
||||
<P>
|
||||
|
||||
<LI>
|
||||
The default editor used by <CODE>fc</CODE> is <CODE>ed</CODE>.
|
||||
<P>
|
||||
|
||||
</OL>
|
||||
<P>
|
||||
|
||||
@@ -15013,7 +15025,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>July, 27 2004</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>August, 3 2004</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -15175,7 +15187,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>July, 27 2004</I>
|
||||
by <I>Chet Ramey</I> on <I>August, 3 2004</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user