proto fix

This commit is contained in:
Hartmut Holzgraefe 2002-01-04 14:08:25 +00:00
parent 3edcf21dda
commit dda970500e

View file

@ -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)
{