diff options
author | Remi Collet <remi@php.net> | 2013-07-02 10:42:47 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2013-07-02 10:42:47 +0200 |
commit | c940aab7895fa4cb109e7790ae14080090b04959 (patch) | |
tree | 734318218b2b4192355a165e5d6497ab59443241 /sapi/cli/php.1.in | |
parent | 743c4864eb5c868a96d66180a562a00133861385 (diff) | |
download | php-git-c940aab7895fa4cb109e7790ae14080090b04959.tar.gz |
Fixed Bug #65143 Missing php-cgi man page
Currently php-cgi man page is a simple redirect to
php (CLI) man page.
Could be splited / improved in the future.
Diffstat (limited to 'sapi/cli/php.1.in')
-rw-r--r-- | sapi/cli/php.1.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 0e9d07ac77..6f0266d9e5 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -1,6 +1,8 @@ .TH PHP 1 "2013" "The PHP Group" "Scripting Language" .SH NAME php \- PHP Command Line Interface 'CLI' +.P +php-cgi \- PHP Command Gateway Interface 'CGI' .SH SYNOPSIS .B php [options] [ |