mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 14:40:50 +02:00
commit bash-20190328 snapshot
This commit is contained in:
+2
-2
@@ -10759,8 +10759,8 @@ in that job's pipeline are waited for. If
|
||||
.I id
|
||||
is not given, all currently active child processes
|
||||
are waited for, and the return status is zero.
|
||||
If the \fB\-n\fP option is supplied, \fBwait\fP waits for any job to
|
||||
terminate and returns its exit status.
|
||||
If the \fB\-n\fP option is supplied, \fBwait\fP waits for a single job
|
||||
to terminate and returns its exit status.
|
||||
Supplying the \fB\-f\fP option, when job control is enabled,
|
||||
forces \fBwait\fP to wait for \fIid\fP to terminate before returning
|
||||
its status, instead of returning when it changes status.
|
||||
|
||||
Reference in New Issue
Block a user