Research V7 development
[unix-history] / usr / man / man1 / wait.1
CommitLineData
95e2a96a
KT
1.TH WAIT 1
2.SH NAME
3wait \- await completion of process
4.SH SYNOPSIS
5.B wait
6.SH DESCRIPTION
7Wait until all processes started with
8.B &
9have completed,
10and report on abnormal terminations.
11.PP
12Because the
13.IR wait (2)
14system call
15must be executed in the parent process,
16the Shell itself executes
17.I wait,
18without creating a new process.
19.SH "SEE ALSO"
20sh(1)
21.SH BUGS
22Not all the processes of a 3- or more-stage
23pipeline are children of the Shell, and
24thus can't be waited for.