diff --git a/reference/exec/functions/proc-get-status.xml b/reference/exec/functions/proc-get-status.xml index 5c00d54891..3914895e10 100644 --- a/reference/exec/functions/proc-get-status.xml +++ b/reference/exec/functions/proc-get-status.xml @@ -1,5 +1,5 @@ - + proc_get_status @@ -52,7 +52,7 @@ command string - The command string that was passed to proc_open + The command string that was passed to proc_open. @@ -65,7 +65,7 @@ bool &true; if the process is still running, &false; if it has - terminated + terminated. @@ -88,24 +88,24 @@ exitcode int - the exit code returned by the process (which is only - meaningful if running is &false;) + The exit code returned by the process (which is only + meaningful if running is &false;). termsig int - the number of the signal that caused the child process to terminate - its execution (only meaningful if signaled is &true;) + The number of the signal that caused the child process to terminate + its execution (only meaningful if signaled is &true;). stopsig int - the number of the signal that caused the child process to stop its - execution (only meaningful if stopped is &true;) + The number of the signal that caused the child process to stop its + execution (only meaningful if stopped is &true;).