]> granicus.if.org Git - php/commitdiff
proto fix
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Jan 2002 14:08:25 +0000 (14:08 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Jan 2002 14:08:25 +0000 (14:08 +0000)
ext/pcntl/pcntl.c

index 131ea8f55993486b6b87e20a6d90f754d86357db..6649104fa5813a9fc6e72811432b11124b31d395 100755 (executable)
@@ -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)
 {