Date: Sat, 18 Jun 2011 00:53:51 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r223217 - head/lib/libc/sys Message-ID: <201106180053.p5I0rpBi015266@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: obrien Date: Sat Jun 18 00:53:51 2011 New Revision: 223217 URL: http://svn.freebsd.org/changeset/base/223217 Log: Note how wait(3) is implemented. Modified: head/lib/libc/sys/wait.2 Modified: head/lib/libc/sys/wait.2 ============================================================================== --- head/lib/libc/sys/wait.2 Sat Jun 18 00:33:34 2011 (r223216) +++ head/lib/libc/sys/wait.2 Sat Jun 18 00:53:51 2011 (r223217) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106180053.p5I0rpBi015266>