summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2002-01-04 14:08:25 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2002-01-04 14:08:25 +0000
commitdda970500e152fd211f13c4c6b48f73666a1c736 (patch)
tree03673c2531bec0dc323c7eaaeece3928f20d45bd /ext/pcntl/pcntl.c
parent3edcf21dda13b84bee1dc7f97f056caa0dde064a (diff)
downloadphp-git-dda970500e152fd211f13c4c6b48f73666a1c736.tar.gz
proto fix
Diffstat (limited to 'ext/pcntl/pcntl.c')
-rwxr-xr-xext/pcntl/pcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 131ea8f559..6649104fa5 100755
--- a/ext/pcntl/pcntl.c
+++ b/ext/pcntl/pcntl.c
@@ -368,7 +368,7 @@ PHP_FUNCTION(pcntl_wstopsig)
}
/* }}} */
-/* {{{ proto bool pcntl_exec(string path, [array args], [array envs])
+/* {{{ proto bool pcntl_exec(string path [, array args [, array envs]])
Executes specified program in current process space as defined by exec(2) */
PHP_FUNCTION(pcntl_exec)
{