From f250956cb2a8dca13fc0242affc225f9d6983604 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Thu, 20 Dec 2018 11:41:58 -0500 Subject: bash-5.0-rc1 release --- doc/bash.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'doc/bash.html') 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 @@ -
BASH(1)2018 October 22BASH(1) +BASH(1)2018 December 7BASH(1)

Index @@ -836,8 +836,11 @@ If a command is terminated by the control operator &, the shell executes the command in the background -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 asynchronous commands. +Commands separated by a ; are executed sequentially; the shell waits for each @@ -10208,8 +10211,8 @@ Mark names for export to subsequent commands via the environment. Using `+' instead of `-' turns off the attribute instead, -with the exceptions that +a -may not be used to destroy an array variable and +r will not +with the exceptions that +a and +A +may not be used to destroy array variables and +r will not remove the readonly attribute. When used in a function, declare @@ -13916,7 +13919,7 @@ There may be only one active coprocess at a time.
-
GNU Bash 5.02018 October 22BASH(1) +GNU Bash 5.02018 December 7BASH(1)

@@ -14022,6 +14025,6 @@ There may be only one active coprocess at a time.
This document was created by man2html from bash.1.
-Time: 19 November 2018 15:21:08 EST +Time: 18 December 2018 11:43:50 EST -- cgit v1.2.1