mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 08:59:56 +02:00
changes to quoting for some globbing characters; regularize error behavior of builtins that take numeric arguments and complain about too many arguments
This commit is contained in:
+2
-2
@@ -3716,8 +3716,8 @@ expansion of <var>word</var>.
|
||||
<div class="subsection" id="Here-Documents">
|
||||
<h4 class="subsection">3.6.6 Here Documents</h4>
|
||||
<p>This type of redirection instructs the shell to read input from the
|
||||
current source until a line containing only <var>delimiter</var>
|
||||
(with no trailing blanks) is seen.
|
||||
current source until it reads a line containing only <var>delimiter</var>
|
||||
(with no trailing blanks).
|
||||
All of the lines read up to that point are then used as the standard
|
||||
input (or file descriptor <var>n</var> if <var>n</var> is specified) for a command.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user