diff options
Diffstat (limited to 'doc/bash.html')
-rw-r--r-- | doc/bash.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/bash.html b/doc/bash.html index f0aa88e0..0a40b2cb 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ </HEAD> <BODY><TABLE WIDTH=100%> <TR> -<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2018 October 22<TH ALIGN=RIGHT width=33%>BASH(1) +<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2018 December 7<TH ALIGN=RIGHT width=33%>BASH(1) </TR> </TABLE> <BR><A HREF="#index">Index</A> @@ -836,8 +836,11 @@ If a command is terminated by the control operator <B>&</B>, the shell executes the command in the <I>background</I> -in a subshell. The shell does not wait for the command to -finish, and the return status is 0. Commands separated by a +in a subshell. +The shell does not wait for the command to +finish, and the return status is 0. +These are referred to as <I>asynchronous</I> commands. +Commands separated by a <B>;</B> are executed sequentially; the shell waits for each @@ -10208,8 +10211,8 @@ Mark <I>name</I>s for export to subsequent commands via the environment. Using `+' instead of `-' turns off the attribute instead, -with the exceptions that <B>+a</B> -may not be used to destroy an array variable and <B>+r</B> will not +with the exceptions that <B>+a</B> and <B>+A</B> +may not be used to destroy array variables and <B>+r</B> will not remove the readonly attribute. When used in a function, <B>declare</B> @@ -13916,7 +13919,7 @@ There may be only one active coprocess at a time. <HR> <TABLE WIDTH=100%> <TR> -<TH ALIGN=LEFT width=33%>GNU Bash 5.0<TH ALIGN=CENTER width=33%>2018 October 22<TH ALIGN=RIGHT width=33%>BASH(1) +<TH ALIGN=LEFT width=33%>GNU Bash 5.0<TH ALIGN=CENTER width=33%>2018 December 7<TH ALIGN=RIGHT width=33%>BASH(1) </TR> </TABLE> <HR> @@ -14022,6 +14025,6 @@ There may be only one active coprocess at a time. </DL> <HR> This document was created by man2html from bash.1.<BR> -Time: 19 November 2018 15:21:08 EST +Time: 18 December 2018 11:43:50 EST </BODY> </HTML> |