diff --git a/reference/pcntl/functions/pcntl-waitid.xml b/reference/pcntl/functions/pcntl-waitid.xml index e0664aef7229..d108a9012830 100644 --- a/reference/pcntl/functions/pcntl-waitid.xml +++ b/reference/pcntl/functions/pcntl-waitid.xml @@ -14,6 +14,7 @@ intnullid&null; arrayinfo[] intflagsWEXITED + arrayresource_usage[] Obtains status information pertaining to termination, stop, and/or continue @@ -245,6 +246,18 @@ + + resource_usage + + + The resource_usage parameter is set to an array + containing resource usage statistics from the child process. + + This is supported either if the wait6 system call is available + (e.g. on FreeBSD), or on Linux through the raw waitid system call. + + +