mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 06:30:50 +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
@@ -3227,8 +3227,8 @@ This is semantically equivalent to
|
||||
|
||||
@subsection Here Documents
|
||||
This type of redirection instructs the shell to read input from the
|
||||
current source until a line containing only @var{delimiter}
|
||||
(with no trailing blanks) is seen.
|
||||
current source until it reads a line containing only @var{delimiter}
|
||||
(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} if @var{n} is specified) for a command.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user