mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 16:09:51 +02:00
commit bash-20040923 snapshot
This commit is contained in:
+15
-7
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on August, 30 2004 by texi2html 1.64 -->
|
||||
<!-- Created on September, 21 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 August 2004)..
|
||||
the Bash shell (version 3.0, 17 September 2004)..
|
||||
</P><P>
|
||||
|
||||
This is Edition 3.0, last updated 27 August 2004,
|
||||
This is Edition 3.0, last updated 17 September 2004,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 3.0.
|
||||
</P><P>
|
||||
@@ -5655,8 +5655,8 @@ The command argument to the <SAMP>`-c'</SAMP> invocation option.
|
||||
An array variable whose members are the line numbers in source files
|
||||
corresponding to each member of <VAR>FUNCNAME</VAR>.
|
||||
<CODE>${BASH_LINENO[$i]}</CODE> is the line number in the source file where
|
||||
<CODE>${FUNCNAME[$i + 1]}</CODE> was called.
|
||||
The corresponding source file name is <CODE>${BASH_SOURCE[$i + 1]}</CODE>.
|
||||
<CODE>${FUNCNAME[$i]}</CODE> was called.
|
||||
The corresponding source file name is <CODE>${BASH_SOURCE[$i]}</CODE>.
|
||||
Use <CODE>LINENO</CODE> to obtain the current line number.
|
||||
<P>
|
||||
|
||||
@@ -10744,6 +10744,14 @@ shell functions specified with <SAMP>`-F'</SAMP>.
|
||||
<DT><CODE>nospace</CODE>
|
||||
<DD>Tell Readline not to append a space (the default) to words completed at
|
||||
the end of the line.
|
||||
<P>
|
||||
|
||||
<DT><CODE>plusdirs</CODE>
|
||||
<DD>After any matches defined by the compspec are generated,
|
||||
directory name completion is attempted and any
|
||||
matches are added to the results of the other actions.
|
||||
<P>
|
||||
|
||||
</DL>
|
||||
<P>
|
||||
|
||||
@@ -15051,7 +15059,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>August, 30 2004</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>September, 21 2004</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -15213,7 +15221,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>August, 30 2004</I>
|
||||
by <I>Chet Ramey</I> on <I>September, 21 2004</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user