diff options
author | Marcus Boerger <helly@php.net> | 2003-02-05 00:35:20 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-02-05 00:35:20 +0000 |
commit | ad7facdf2b628ec1e26dff2b4826587c753e005f (patch) | |
tree | 72b5cc5961ffd9a2405d0f23360abe217556d1ea /sapi | |
parent | c1f0159d63d40cac7d8057084dea441a2be1b097 (diff) | |
download | php-git-ad7facdf2b628ec1e26dff2b4826587c753e005f.tar.gz |
# RTFM .. and then it goes better :-)
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/cli/php.1 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sapi/cli/php.1 b/sapi/cli/php.1 index c270bf0256..cc9a3adcdf 100644 --- a/sapi/cli/php.1 +++ b/sapi/cli/php.1 @@ -27,7 +27,7 @@ Command Line Interface 'CLI' ] .IR file [[--] -.IR args... +.IR args ] .LP .B php @@ -35,7 +35,7 @@ Command Line Interface 'CLI' .B -r .IR code [[--] -.IR args... +.IR args ] .LP .B php @@ -47,7 +47,7 @@ Command Line Interface 'CLI' [-E .IR code ] [[--] -.IR args... +.IR args ] .LP .B php @@ -59,12 +59,12 @@ Command Line Interface 'CLI' [-E .IR code ] [[--] -.IR args... +.IR args ] .LP .B php [options] -- [ -.IR args... +.IR args ] .LP .SH DESCRIPTION @@ -182,7 +182,7 @@ Display source with stripped comments and whitespace Load Zend extension .IR file .TP -.IR args... +.IR args Arguments passed to script. Use .B '--' .IR args @@ -207,8 +207,11 @@ This source file is subject to version 2.02 of the license, that is bundled with this package in the file LICENSE, and is available at through the world-wide-web at -.BR +.PD 0 +.P .B http://www.php.net/license/2_02.txt. +.P +.PD 1 If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to .B license@php.net |