diff --git a/reference/exec/functions/proc-close.xml b/reference/exec/functions/proc-close.xml index 25422e75cc49..e5b586a077d2 100644 --- a/reference/exec/functions/proc-close.xml +++ b/reference/exec/functions/proc-close.xml @@ -4,7 +4,7 @@ proc_close - Close a process opened by proc_open and return the exit code of that process + Close pipes to a process opened by proc_open, wait for it to terminate, and return its exit code @@ -46,7 +46,7 @@ &reftitle.returnvalues; Returns the termination status of the process that was run. In case of - an error then -1 is returned. + an error -1 is returned. ¬e.sigchild;