betz            Mon Jun 23 05:47:28 2003 EDT

  Modified files:              
    /phpdoc/howto       working.xml 
  Log:
  build fix, simpara contains no block elems
  
  
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.35 phpdoc/howto/working.xml:1.36
--- phpdoc/howto/working.xml:1.35       Sun Jun 22 21:23:34 2003
+++ phpdoc/howto/working.xml    Mon Jun 23 05:47:28 2003
@@ -169,7 +169,7 @@
       every little thing like mentioning that the function also can accept
       'foo' instead of 'bar' as value to a parameter. Use notes with care.
      </simpara>
-     <simpara>
+     <para>
       Make sure note elements are always children of the main element in a
       file, unless the note belongs to a specific item in the text, such as an
       example:
@@ -192,7 +192,7 @@
   </para>
 ]]>
       </programlisting>
-     </simpara>
+     </para>
 
      <simpara>
       If there is something dangerous to document such as the
@@ -207,7 +207,7 @@
     </listitem>
 
     <listitem>
-     <simpara>
+     <para>
       For comments in example, use <literal>//</literal> for single line
       comments (preferable above the lines of code the comment comments on),
       and use <literal>/* .. */</literal> for multiline comments:
@@ -224,7 +224,7 @@
 </programlisting>
 ]]>
       </programlisting>
-     </simpara>
+     </para>
     </listitem>
 
     <listitem><para>
@@ -347,7 +347,7 @@
      straight from the <literal>ref.foo</literal> page.
     </simpara></listitem>
 
-    <listitem><simpara>
+    <listitem><para>
      Document examples always with the following structure:
      <programlisting role="xml">
 &lt;para&gt;
@@ -371,7 +371,7 @@
  &lt;/example&gt;
 &lt;/para&gt;
      </programlisting>
-    </simpara></listitem>
+    </para></listitem>
    </orderedlist>
   </para>
  </chapter>
@@ -1408,4 +1408,3 @@
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 -->
-



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

Reply via email to