andi            Tue Dec 23 06:06:50 2003 EDT

  Modified files:              
    /php-src/sapi/cli   php.1.in 
  Log:
  - Commit fixes to PHP man page
  
  
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.4 php-src/sapi/cli/php.1.in:1.5
--- php-src/sapi/cli/php.1.in:1.4       Tue Jun 10 16:03:45 2003
+++ php-src/sapi/cli/php.1.in   Tue Dec 23 06:06:50 2003
@@ -14,7 +14,7 @@
 ./"    | Author: Marcus Boerger <[EMAIL PROTECTED]>                               |
 ./"    +----------------------------------------------------------------------+
 ./" 
-./" $Id: php.1.in,v 1.4 2003/06/10 20:03:45 imajes Exp $
+./" $Id: php.1.in,v 1.5 2003/12/23 11:06:50 andi Exp $
 ./" 
 .TH PHP 1 "Feb 2003" "The PHP Group" "Scripting Language"
 .SH NAME
@@ -283,15 +283,15 @@
 .B php.ini
 The standard configuration file will only be used when 
 .B php\-cli.ini
-cannot not be found.
+cannot be found.
 .SH EXAMPLES
 .TP 5
 \fIphp -r 'echo "Hello World\\n";'\fP
-This command simply writes the text "Hello World" to stabdard out.
+This command simply writes the text "Hello World" to standard out.
 .TP
 \fIphp \-r 'print_r(gd_info());'\fP
 This shows the configuration of your gd extension. You can use this
-to easily check which imag formats you can use. If you have any
+to easily check which image formats you can use. If you have any
 dynamic modules you may want to use the same ini file that php uses
 when executed from your webserver. There are more extensions which
 have such a function. For dba use:
@@ -299,12 +299,12 @@
 \fIphp \-r 'print_r(dba_handlers(1));'\fP
 .RE
 .TP
-\fIphp \-R'echo strip_tags($argn)."\\n";\fP
+\fIphp \-R 'echo strip_tags($argn)."\\n";'\fP
 This PHP command strips off the HTML tags line by line and outputs the 
-result. To see how it works you can first look at the following PHP command '
-\fIphp \-d html_errors=1 \-i\fP' which uses PHP to output HTML formatted
+result. To see how it works you can first look at the following PHP command
+\'\fIphp \-d html_errors=1 \-i\fP\' which uses PHP to output HTML formatted
 configuration information. If you then combine those two 
-\'\fIphp \.\.\.|php \.\.\.\fP\' you\'ll see what happens.
+\'\fIphp \.\.\.|php \.\.\.\fP\' you'll see what happens.
 .TP
 \fIphp \-E 'echo "Lines: $argi\\n";'\fP
 Using this PHP command you can count the lines being input.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to