From d9edcb1462faca358a6cccf3efa4508c7da3ea82 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 31 Oct 2003 00:11:50 +0000 Subject: [PATCH] Grammaticasticulation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143425 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/shell-exec.xml | 4 ++-- reference/exec/functions/system.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/exec/functions/shell-exec.xml b/reference/exec/functions/shell-exec.xml index 0bcb03e54d..f84eea16e4 100644 --- a/reference/exec/functions/shell-exec.xml +++ b/reference/exec/functions/shell-exec.xml @@ -1,11 +1,11 @@ - + shell_exec - Execute command via shell and return complete output as string + Execute command via shell and return the complete output as a string diff --git a/reference/exec/functions/system.xml b/reference/exec/functions/system.xml index 05153be2cc..81f8843f49 100644 --- a/reference/exec/functions/system.xml +++ b/reference/exec/functions/system.xml @@ -1,10 +1,10 @@ - + system - Execute an external program and display output + Execute an external program and display the output Description