commit bash-20160902 snapshot

This commit is contained in:
Chet Ramey
2016-09-27 10:37:44 -04:00
parent 79eedac429
commit 4d63a61942
102 changed files with 12403 additions and 12293 deletions
+8 -4
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This text is a brief description of the features that are present in
the Bash shell (version 4.4, 21 August 2016).
the Bash shell (version 4.4, 26 August 2016).
This is Edition 4.4, last updated 21 August 2016,
This is Edition 4.4, last updated 26 August 2016,
of The GNU Bash Reference Manual,
for Bash, Version 4.4.
@@ -284,10 +284,10 @@ Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a>, Previou
<h1 class="top">Bash Features</h1>
<p>This text is a brief description of the features that are present in
the Bash shell (version 4.4, 21 August 2016).
the Bash shell (version 4.4, 26 August 2016).
The Bash home page is <a href="http://www.gnu.org/software/bash/">http://www.gnu.org/software/bash/</a>.
</p>
<p>This is Edition 4.4, last updated 21 August 2016,
<p>This is Edition 4.4, last updated 26 August 2016,
of <cite>The GNU Bash Reference Manual</cite>,
for <code>Bash</code>, Version 4.4.
</p>
@@ -2203,6 +2203,10 @@ This is performed at the
same time as tilde, parameter, variable, and arithmetic expansion and
command substitution.
</p>
<p>After these expansions are performed, quote characters present in the
original word are removed unless they have been quoted themselves
(<var>quote removal</var>).
</p>
<p>Only brace expansion, word splitting, and filename expansion
can change the number of words of the expansion; other expansions
expand a single word to a single word.