betz            Mon May  6 03:13:08 2002 EDT

  Modified files:              
    /phpdoc/en/reference/dio    reference.xml 
  Log:
  new structure
  
Index: phpdoc/en/reference/dio/reference.xml
diff -u phpdoc/en/reference/dio/reference.xml:1.2 
phpdoc/en/reference/dio/reference.xml:1.3
--- phpdoc/en/reference/dio/reference.xml:1.2   Mon Apr 15 14:56:33 2002
+++ phpdoc/en/reference/dio/reference.xml       Mon May  6 03:13:08 2002
@@ -1,18 +1,24 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.dio">
   <title>Direct IO functions</title>
   <titleabbrev>DIO functions</titleabbrev>
 
   <partintro>
    <section id="dio.intro">
-    <title>Direct I/O Functions</title>
+    &reftitle.intro;
     <para>
      PHP supports the direct io functions as described in the Posix
      Standard (Section 6) for performing I/O functions at a lower
      level than the C-Language stream I/O functions (fopen, fread,..).
     </para>
    </section>
+
+   <section id="dio.requirenments">
+    &reftitle.required;
+    &no.requirement;
+   </section>
+
    <section id="dio.installation">
     <title>Installation</title>
     <para>
@@ -20,8 +26,27 @@
      <option role="configure">--enable-dio</option>.
     </para>
    </section>
+
+   <section id="dio.configuration">
+    &reftitle.runtime;
+    &no.config;
+   </section>
+
+   <section id="dio.resources">
+    &reftitle.resources;
+    <para>
+     One resource type is defined by this extension:
+     a file descriptor returnded by <function>dio_open</function>.
+    </para>
+   </section>
+
+   <section id="dio.constants">
+    &reftitle.constants;
+    &no.constants;
+   </section>
+
   </partintro>
-       
+        
 &reference.dio.functions;
 
  </reference>
@@ -41,5 +66,8 @@
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
 End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
 -->
 


Reply via email to