dams            Fri Oct 19 11:02:38 2001 EDT

  Modified files:              
    /phpdoc/en/appendices       commandline.xml 
  Log:
  no message
  
Index: phpdoc/en/appendices/commandline.xml
diff -u phpdoc/en/appendices/commandline.xml:1.1 
phpdoc/en/appendices/commandline.xml:1.2
--- phpdoc/en/appendices/commandline.xml:1.1    Sun Oct 14 09:19:12 2001
+++ phpdoc/en/appendices/commandline.xml        Fri Oct 19 11:02:37 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- 
    TODO:
    
@@ -20,7 +20,7 @@
   different purpose than web scripting.
  </para>
  <para>
-  Note, that you can allways direct the output of the PHP
+  Note, that you can always direct the output of the PHP
   executable to an external file with the &gt; character,
   so <literal>php -q test.php > test.html</literal> will
   print out the output of <filename>test.php</filename>
@@ -78,7 +78,7 @@
      <row>
       <entry>-q</entry>
       <entry>
-       Suppress HTTP headers output. Normally PHP prints out
+       Suppress HTTP headers output. Normaly PHP prints out
        HTTP headers for the calling program (ie. webserver)
        to hand on to the browser. When writing command line
        applications these headers are useless.
@@ -215,7 +215,7 @@
   In the program above we checked if there are less or more than one
   arguments. Also if the argument was <literal>--help</literal>,
   <literal>-help</literal>, <literal>-h</literal> or <literal>-?</literal>,
-  we printed out the help message, printng the script name dynamically.
+  we printed out the help message, printing the script name dynamically.
   If we received some other argument we echoed that out.
  </para>
  <para>


Reply via email to