diff options
author | Chet Ramey <chet.ramey@case.edu> | 2018-12-20 11:41:58 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2018-12-20 11:41:58 -0500 |
commit | f250956cb2a8dca13fc0242affc225f9d6983604 (patch) | |
tree | 2df8e15963af786dc8efed1c91c4d823a3bf05bb /doc/bash.html | |
parent | 2ae59c1134a75d5778997b7202b15b0586283042 (diff) | |
download | bash-5.0-testing.tar.gz |
bash-5.0-rc1 releasebash-5.0-rc1bash-5.0-testing
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> |