sniper          Wed Mar  2 16:46:45 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/sapi/cli   php.1.in 
  Log:
  typofix
  
http://cvs.php.net/diff.php/php-src/sapi/cli/php.1.in?r1=1.1.2.2&r2=1.1.2.3&ty=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.1.2.2 php-src/sapi/cli/php.1.in:1.1.2.3
--- php-src/sapi/cli/php.1.in:1.1.2.2   Mon Aug  4 18:30:04 2003
+++ php-src/sapi/cli/php.1.in   Wed Mar  2 16:46:45 2005
@@ -14,7 +14,7 @@
 ./"    | Author: Marcus Boerger <[EMAIL PROTECTED]>                            
   |
 ./"    +----------------------------------------------------------------------+
 ./" 
-./" $Id: php.1.in,v 1.1.2.2 2003/08/04 22:30:04 edink Exp $
+./" $Id: php.1.in,v 1.1.2.3 2005/03/02 21:46:45 sniper Exp $
 ./" 
 .TH PHP 1 "Feb 2003" "The PHP Group" "Scripting Language"
 .SH NAME
@@ -141,7 +141,7 @@
 .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

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

Reply via email to