goba            Sun Nov 18 05:59:12 2001 EDT

  Modified files:              
    /phpdoc/en/appendices       commandline.xml 
  Log:
  Ups, <computeroutput> seems to be an inline element.
  But <screen> is documented as a block type of element...
  
  
Index: phpdoc/en/appendices/commandline.xml
diff -u phpdoc/en/appendices/commandline.xml:1.5 
phpdoc/en/appendices/commandline.xml:1.6
--- phpdoc/en/appendices/commandline.xml:1.5    Sat Nov 10 16:49:25 2001
+++ phpdoc/en/appendices/commandline.xml        Sun Nov 18 05:59:12 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- 
    TODO:
    
@@ -41,7 +41,7 @@
   You can get the actual list and some one line descriptions
   with the <literal>-h</literal> option. The output of
   <literal>php -h</literal> should be something like this:
-  <computeroutput>
+  <screen>
 <![CDATA[
 Usage: php [-q] [-h] [-s [-v] [-i] [-f <file>] |  {<file> [args...]}
   -q             Quiet-mode.  Suppress HTTP Header output.
@@ -58,7 +58,7 @@
   -i             PHP information
   -h             This help
 ]]>
-  </computeroutput>
+  </screen>
  </para>
  <para>
   Here we list some of the most important command line options


Reply via email to