diff options
author | Remi Collet <remi@php.net> | 2013-07-02 12:19:09 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2013-07-02 12:19:09 +0200 |
commit | 67817a199ca4c8bcff163cb005287c0087db6bf3 (patch) | |
tree | 70ea50908ba392389d5b5f6d8942b094aa4b6ba7 /sapi/cli/php.1.in | |
parent | f4ce5e7fb65ce215ea5fd182a90aaa4d634f6023 (diff) | |
download | php-git-67817a199ca4c8bcff163cb005287c0087db6bf3.tar.gz |
fix typo in php man page
Diffstat (limited to 'sapi/cli/php.1.in')
-rw-r--r-- | sapi/cli/php.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 6f0266d9e5..749baa8a6b 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -2,7 +2,7 @@ .SH NAME php \- PHP Command Line Interface 'CLI' .P -php-cgi \- PHP Command Gateway Interface 'CGI' +php-cgi \- PHP Common Gateway Interface 'CGI' command .SH SYNOPSIS .B php [options] [ |