commit bash-20120309 snapshot

This commit is contained in:
Chet Ramey
2012-04-09 09:59:49 -04:00
parent e73012f12c
commit 278286c99a
61 changed files with 29463 additions and 26748 deletions
+19 -7
View File
@@ -1945,9 +1945,9 @@ RREEDDIIRREECCTTIIOONN
ters in _w_o_r_d are quoted, the _d_e_l_i_m_i_t_e_r is the result of quote removal
on _w_o_r_d, and the lines in the here-document are not expanded. If _w_o_r_d
is unquoted, all lines of the here-document are subjected to parameter
expansion, command substitution, and arithmetic expansion. In the lat-
ter case, the character sequence \\<<nneewwlliinnee>> is ignored, and \\ must be
used to quote the characters \\, $$, and ``.
expansion, command substitution, and arithmetic expansion, the charac-
ter sequence \\<<nneewwlliinnee>> is ignored, and \\ must be used to quote the
characters \\, $$, and ``.
If the redirection operator is <<<<--, then all leading tab characters are
stripped from input lines and the line containing _d_e_l_i_m_i_t_e_r. This
@@ -1961,9 +1961,9 @@ RREEDDIIRREECCTTIIOONN
The _w_o_r_d undergoes brace expansion, tilde expansion, parameter and
variable expansion, command substitution, arithmetic expansion, and
quote removal. Pathname expansion word splitting are not performed.
The result is supplied as a single string to the command on its stan-
dard input.
quote removal. Pathname expansion and word splitting are not per-
formed. The result is supplied as a single string to the command on
its standard input.
DDuupplliiccaattiinngg FFiillee DDeessccrriippttoorrss
The redirection operator
@@ -2888,6 +2888,18 @@ RREEAADDLLIINNEE
_m_a_n_d, and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d; _e_m_a_c_s is
equivalent to _e_m_a_c_s_-_s_t_a_n_d_a_r_d. The default value is _e_m_a_c_s; the
value of eeddiittiinngg--mmooddee also affects the default keymap.
kkeeyysseeqq--ttiimmeeoouutt ((550000))
Specifies the duration _r_e_a_d_l_i_n_e 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, _r_e_a_d_l_i_n_e will use the shorter but
complete key sequence. The value is specified in milliseconds,
so a value of 1000 means that _r_e_a_d_l_i_n_e 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, _r_e_a_d_l_i_n_e will wait
until another key is pressed to decide which key sequence to
complete.
mmaarrkk--ddiirreeccttoorriieess ((OOnn))
If set to OOnn, completed directory names have a slash appended.
mmaarrkk--mmooddiiffiieedd--lliinneess ((OOffff))
@@ -5556,4 +5568,4 @@ BBUUGGSS
GNU Bash 4.2 2012 January 29 BASH(1)
GNU Bash 4.2 2012 February 4 BASH(1)