mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 03:40:50 +02:00
commit bash-20041124 snapshot
This commit is contained in:
+6
-3
@@ -9611,7 +9611,10 @@ Any command associated with the <B>RETURN</B> trap is executed
|
||||
before execution resumes after the function or script.
|
||||
<DT><B>set</B> [<B>--abefhkmnptuvxBCHP</B>] [<B>-o</B> <I>option</I>] [<I>arg</I> ...]<DD>
|
||||
Without options, the name and value of each shell variable are displayed
|
||||
in a format that can be reused as input.
|
||||
in a format that can be reused as input
|
||||
for setting or resetting the currently-set variables.
|
||||
Read-only variables cannot be reset.
|
||||
In <I>posix mode</I>, only shell variables are listed.
|
||||
The output is sorted according to the current locale.
|
||||
When options are specified, they set or unset shell attributes.
|
||||
Any arguments remaining after the options are processed are treated
|
||||
@@ -9849,7 +9852,7 @@ Change the behavior of
|
||||
<B>bash</B>
|
||||
|
||||
where the default operation differs
|
||||
from the POSIX 1003.2 standard to match the standard (<I>`posix mode</I>).
|
||||
from the POSIX 1003.2 standard to match the standard (<I>posix mode</I>).
|
||||
<DT><B>privileged</B>
|
||||
|
||||
<DD>
|
||||
@@ -11406,6 +11409,6 @@ Array variables may not (yet) be exported.
|
||||
</DL>
|
||||
<HR>
|
||||
This document was created by man2html from bash.1.<BR>
|
||||
Time: 22 November 2004 12:04:08 EST
|
||||
Time: 24 November 2004 15:49:41 EST
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user