Note how wait(3) is implemented.

This commit is contained in:
David E. O'Brien 2011-06-18 00:53:51 +00:00
parent 488d6e0c3d
commit a57971c679
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223217

View file

@ -66,6 +66,19 @@ the
.Fa status
area contains termination information about the process that exited
as defined below.
The
.Fn wait
call is the same as
.Fn wait4
with a
.Fa wpid
value of -1,
with an
.Fa options
value of zero,
and a
.Fa rusage
value of zero.
.Pp
The
.Fn wait4