From: Joey Smith Date: Wed, 2 Dec 2009 02:01:18 +0000 (+0000) Subject: Merge some spelling corrections found in the Debian patch base. X-Git-Tag: php-5.4.0alpha1~191^2~2313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3922af3c83f8cbfc2886d26cb090740c676bd1e3;p=php Merge some spelling corrections found in the Debian patch base. --- diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index b4b2290358..9a88886f7d 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -69,7 +69,7 @@ specified by \-F to be executed. You can access the input line by \fB$argn\fP. While processing the input lines .B $argi contains the number of the actual line being processed. Further more -the paramters \-B and \-E can be used to execute +the parameters \-B and \-E can be used to execute .IR code (see \-r) before and after all input lines have been processed respectively. Notice that the @@ -318,7 +318,7 @@ The standard configuration file will only be used when cannot be found. .SH EXAMPLES .TP 5 -\fIphp -r 'echo "Hello World\\n";'\fP +\fIphp \-r 'echo "Hello World\\n";'\fP This command simply writes the text "Hello World" to standard out. .TP \fIphp \-r 'print_r(gd_info());'\fP @@ -342,7 +342,7 @@ configuration information. If you then combine those two Using this PHP command you can count the lines being input. .TP \fIphp \-R '@$l+=count(file($argn));' \-E 'echo "Lines:$l\\n";'\fP -In this example PHP expects each input line beeing a file. It counts all lines +In this example PHP expects each input line being a file. It counts all lines of the files specified by each input line and shows the summarized result. You may combine this with tools like find and change the php scriptlet. .TP