From 8b2c010b4fd322784f3c29bbc2043dd9443d6834 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 16 Jun 2003 19:43:41 +0000 Subject: [PATCH] - Whitespace git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132053 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/escapeshellarg.xml | 11 ++++++----- reference/exec/functions/escapeshellcmd.xml | 12 +++++++++--- reference/exec/functions/proc-get-status.xml | 5 ++++- reference/exec/functions/proc-open.xml | 7 +------ reference/exec/functions/proc-terminate.xml | 7 +++---- 5 files changed, 23 insertions(+), 19 deletions(-) diff --git a/reference/exec/functions/escapeshellarg.xml b/reference/exec/functions/escapeshellarg.xml index 5e94009796..88fef98979 100644 --- a/reference/exec/functions/escapeshellarg.xml +++ b/reference/exec/functions/escapeshellarg.xml @@ -1,5 +1,5 @@ - + @@ -25,15 +25,16 @@ ]]> - See also escshellcmd, - exec, popen, - system, and the escshellcmd, exec, + popen, system, and the backtick operator. diff --git a/reference/exec/functions/escapeshellcmd.xml b/reference/exec/functions/escapeshellcmd.xml index b24a30a68c..e7a6b4b370 100644 --- a/reference/exec/functions/escapeshellcmd.xml +++ b/reference/exec/functions/escapeshellcmd.xml @@ -1,5 +1,5 @@ - + @@ -25,10 +25,16 @@ ]]> diff --git a/reference/exec/functions/proc-get-status.xml b/reference/exec/functions/proc-get-status.xml index a89b125141..1cca49ebc0 100644 --- a/reference/exec/functions/proc-get-status.xml +++ b/reference/exec/functions/proc-get-status.xml @@ -1,5 +1,5 @@ - + proc_get_status @@ -86,6 +86,9 @@ + + See also proc_open. + diff --git a/reference/exec/functions/proc-open.xml b/reference/exec/functions/proc-open.xml index 9ac2ae8269..beab0832cd 100644 --- a/reference/exec/functions/proc-open.xml +++ b/reference/exec/functions/proc-open.xml @@ -1,5 +1,5 @@ - + @@ -83,11 +83,6 @@ if (is_resource($process)) { of accessing those handles. Stdin, stdout and stderr work as expected. - - - This function was introduced in PHP 4.3.0. - - If you only need a uni-directional (one-way) process pipe, use diff --git a/reference/exec/functions/proc-terminate.xml b/reference/exec/functions/proc-terminate.xml index 37d2c2206d..0da9d0493e 100644 --- a/reference/exec/functions/proc-terminate.xml +++ b/reference/exec/functions/proc-terminate.xml @@ -1,5 +1,5 @@ - + proc_terminate @@ -18,9 +18,8 @@ &warn.undocumented.func; - See also proc_open, - proc_close, and - proc_nice. + See also proc_open, proc_close, + and proc_nice.