summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-02-24 08:07:29 +0000
committerEgon Schmid <eschmid@php.net>2000-02-24 08:07:29 +0000
commit7da7a50c69b6f95609e81b2eb156640a5a5c4cb0 (patch)
treef167134c1d23dea4f1852e63ed9d463e0c1d8738 /ext/standard/exec.c
parent3b5efa05f7a6ddc3dc8fdfff9d902f9ecd0116c1 (diff)
downloadphp-git-7da7a50c69b6f95609e81b2eb156640a5a5c4cb0.tar.gz
More protos.
Diffstat (limited to 'ext/standard/exec.c')
-rw-r--r--ext/standard/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/exec.c b/ext/standard/exec.c
index f91750d31a..160e2ca7d3 100644
--- a/ext/standard/exec.c
+++ b/ext/standard/exec.c
@@ -324,7 +324,7 @@ char * php_escape_shell_cmd(char *str) {
}
/* {{{ proto escapeshellcmd(string command)
- escape shell metacharacters */
+ Escape shell metacharacters */
PHP_FUNCTION(escapeshellcmd)
{
pval **arg1;