mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
commit bash-20120606 snapshot
This commit is contained in:
+3
-2
@@ -494,8 +494,8 @@ command:
|
||||
.if t .RS
|
||||
.PP
|
||||
.B
|
||||
.if n ! case do done elif else esac fi for function if in select then until while { } time [[ ]]
|
||||
.if t ! case do done elif else esac fi for function if in select then until while { } time [[ ]]
|
||||
.if n ! case coproc do done elif else esac fi for function if in select then until while { } time [[ ]]
|
||||
.if t ! case coproc do done elif else esac fi for function if in select then until while { } time [[ ]]
|
||||
.if t .RE
|
||||
.SH "SHELL GRAMMAR"
|
||||
.SS Simple Commands
|
||||
@@ -942,6 +942,7 @@ command (see
|
||||
below).
|
||||
The file descriptors can be utilized as arguments to shell commands
|
||||
and redirections using standard word expansions.
|
||||
The file descriptors are not available in subshells.
|
||||
The process ID of the shell spawned to execute the coprocess is
|
||||
available as the value of the variable \fINAME\fP_PID.
|
||||
The \fBwait\fP
|
||||
|
||||
Reference in New Issue
Block a user