mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 23:50:49 +02:00
commit bash-20140228 snapshot
This commit is contained in:
+11
-4
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on February, 4 2014 by texi2html 1.64 -->
|
||||
<!-- Created on February, 24 2014 by texi2html 1.64 -->
|
||||
<!--
|
||||
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
||||
Karl Berry <karl@freefriends.org>
|
||||
@@ -5158,6 +5158,11 @@ If a variable name is followed by =<VAR>value</VAR>, the value of the variable
|
||||
is set to <VAR>value</VAR>.
|
||||
</P><P>
|
||||
|
||||
When using <SAMP>`-a'</SAMP> or <SAMP>`-A'</SAMP> and the compound assignment syntax to
|
||||
create array variables, additional attributes do not take effect until
|
||||
subsequent assignments.
|
||||
</P><P>
|
||||
|
||||
The return status is zero unless an invalid option is encountered,
|
||||
an attempt is made to define a function using <SAMP>`-f foo=bar'</SAMP>,
|
||||
an attempt is made to assign a value to a readonly variable,
|
||||
@@ -9415,7 +9420,7 @@ a value to a readonly variable.
|
||||
<P>
|
||||
|
||||
<LI>
|
||||
A non-interactive shell exists with an error status if a variable
|
||||
A non-interactive shell exits with an error status if a variable
|
||||
assignment error occurs in an assignment statement preceding a special
|
||||
builtin, but not with any other simple command.
|
||||
<P>
|
||||
@@ -10701,6 +10706,8 @@ the input read so far, or can take additional input to complete a longer
|
||||
key sequence).
|
||||
If no input is received within the timeout, Readline will use the shorter
|
||||
but complete key sequence.
|
||||
Readline uses this value to determine whether or not input is
|
||||
available on the current input source (<CODE>rl_instream</CODE> by default).
|
||||
The value is specified in milliseconds, so a value of 1000 means that
|
||||
Readline will wait one second for additional input.
|
||||
If this variable is set to a value less than or equal to zero, or to a
|
||||
@@ -17304,7 +17311,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>February, 4 2014</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>February, 24 2014</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -17466,7 +17473,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>February, 4 2014</I>
|
||||
by <I>Chet Ramey</I> on <I>February, 24 2014</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user