mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39: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:
+8
-14
@@ -680,13 +680,7 @@ command (only <B>in</B> and <B>do</B> are valid):
|
||||
<B>
|
||||
</B>
|
||||
|
||||
|
||||
|
||||
<BR> ! case coproc do done elif else esac fi for function if in select then until while { } time [[ ]]
|
||||
|
||||
|
||||
|
||||
|
||||
! case coproc do done elif else esac fi for function if in select then until while { } time [[ ]]
|
||||
</DL>
|
||||
|
||||
|
||||
@@ -5497,10 +5491,10 @@ This is semantically equivalent to
|
||||
<H4>Here Documents</H4>
|
||||
|
||||
This type of redirection instructs the shell to read input from the
|
||||
current source until a line containing only
|
||||
current source until it reads a line containing only
|
||||
<I>delimiter</I>
|
||||
|
||||
(with no trailing blanks) is seen.
|
||||
(with no trailing blanks).
|
||||
All of the lines read up to that point are then used as the standard
|
||||
input (or file descriptor <I>n</I> if <I>n</I> is specified) for a command.
|
||||
<P>
|
||||
@@ -14605,7 +14599,7 @@ specified as a set of options to the shopt builtin (
|
||||
|
||||
and so on).
|
||||
There is only one current
|
||||
compatibility level en each option is mutually exclusive.
|
||||
compatibility level - each option is mutually exclusive.
|
||||
The compatibility level is intended to allow users to select behavior
|
||||
from previous versions that is incompatible with newer versions
|
||||
while they migrate scripts to use current features and
|
||||
@@ -15007,9 +15001,9 @@ script.
|
||||
<DT><I>Bash Reference Manual</I>, Brian Fox and Chet Ramey<DD>
|
||||
<DT><I>The Gnu Readline Library</I>, Brian Fox and Chet Ramey<DD>
|
||||
<DT><I>The Gnu History Library</I>, Brian Fox and Chet Ramey<DD>
|
||||
<DT><I>Portable Operating System Interface (POSIX) Part 2: Shell and Utilities</I>, IEEE --<DD>
|
||||
<DT><I>Portable Operating System Interface (POSIX) Part 2: Shell and Utilities</I>, IEEE -<DD>
|
||||
<A HREF="http://pubs.opengroup.org/onlinepubs/9699919799/">http://pubs.opengroup.org/onlinepubs/9699919799/</A>
|
||||
<DT><A HREF="http://tiswww.case.edu/tichet/bash/POSIX">http://tiswww.case.edu/tichet/bash/POSIX</A> en a description of posix mode<DD>
|
||||
<DT><A HREF="http://tiswww.case.edu/tichet/bash/POSIX">http://tiswww.case.edu/tichet/bash/POSIX</A> - a description of posix mode<DD>
|
||||
<DT><I>sh</I>(1), <I>ksh</I>(1), <I>csh</I>(1)<DD>
|
||||
<DT><I>emacs</I>(1), <I>vi</I>(1)<DD>
|
||||
<DT><I>readline</I>(3)<DD>
|
||||
@@ -15273,7 +15267,7 @@ There may be only one active coprocess at a time.
|
||||
<DT><A HREF="#lbDI">BUGS</A><DD>
|
||||
</DL>
|
||||
<HR>
|
||||
This document was created by man2html from /usr/local/src/bash/bash-20231004/doc/bash.1.<BR>
|
||||
Time: 06 October 2023 16:59:04 EDT
|
||||
This document was created by man2html from /usr/local/src/bash/bash-20231007/doc/bash.1.<BR>
|
||||
Time: 11 October 2023 10:25:11 EDT
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user