diff --git a/reference/exec/functions/proc-close.xml b/reference/exec/functions/proc-close.xml index 6dcee79c69..ec4dbf2850 100644 --- a/reference/exec/functions/proc-close.xml +++ b/reference/exec/functions/proc-close.xml @@ -50,19 +50,6 @@ - - &reftitle.notes; - - Unix Only: - - proc_close is internally implemented using the - waitpid(3) system call. To obtain the real exit - status code the pcntl_wexitstatus function - should be used. - - - -