mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-07 04:10:49 +02:00
commit bash-20120309 snapshot
This commit is contained in:
+22
-7
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on January, 30 2012 by texi2html 1.64 -->
|
||||
<!-- Created on March, 5 2012 by texi2html 1.64 -->
|
||||
<!--
|
||||
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
||||
Karl Berry <karl@freefriends.org>
|
||||
@@ -3255,9 +3255,9 @@ arithmetic expansion, or filename expansion is performed on
|
||||
<VAR>delimiter</VAR> is the result of quote removal on <VAR>word</VAR>,
|
||||
and the lines in the here-document are not expanded.
|
||||
If <VAR>word</VAR> is unquoted,
|
||||
all lines of the here-document are subjected to parameter expansion,
|
||||
command substitution, and arithmetic expansion. In the latter
|
||||
case, the character sequence <CODE>\newline</CODE> is ignored, and <SAMP>`\'</SAMP>
|
||||
all lines of the here-document are subjected to
|
||||
parameter expansion, command substitution, and arithmetic expansion,
|
||||
the character sequence <CODE>\newline</CODE> is ignored, and <SAMP>`\'</SAMP>
|
||||
must be used to quote the characters
|
||||
<SAMP>`\'</SAMP>, <SAMP>`$'</SAMP>, and <SAMP>``'</SAMP>.
|
||||
</P><P>
|
||||
@@ -3291,7 +3291,7 @@ A variant of here documents, the format is:
|
||||
The <VAR>word</VAR> undergoes
|
||||
brace expansion, tilde expansion, parameter and variable expansion,
|
||||
command substitution, arithmetic expansion, and quote removal.
|
||||
Pathname expansion word splitting are not performed.
|
||||
Pathname expansion and word splitting are not performed.
|
||||
The result is supplied as a single string to the command on its
|
||||
standard input.
|
||||
</P><P>
|
||||
@@ -10347,6 +10347,21 @@ The value of the <CODE>editing-mode</CODE> variable also affects the
|
||||
default keymap.
|
||||
<P>
|
||||
|
||||
<DT><CODE>keyseq-timeout</CODE>
|
||||
<DD>Specifies the duration Readline will wait for a character when reading an
|
||||
ambiguous key sequence (one that can form a complete key sequence using
|
||||
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.
|
||||
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
|
||||
non-numeric value, Readline will wait until another key is pressed to
|
||||
decide which key sequence to complete.
|
||||
The default value is <CODE>500</CODE>.
|
||||
<P>
|
||||
|
||||
<DT><CODE>mark-directories</CODE>
|
||||
<DD>If set to <SAMP>`on'</SAMP>, completed directory names have a slash
|
||||
appended. The default is <SAMP>`on'</SAMP>.
|
||||
@@ -16889,7 +16904,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>January, 30 2012</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>March, 5 2012</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -17051,7 +17066,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>January, 30 2012</I>
|
||||
by <I>Chet Ramey</I> on <I>March, 5 2012</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user