yannick         Mon Nov  1 11:08:22 2004 EDT

  Modified files:              
    /phpdoc/en/reference/dir/functions  chdir.xml chroot.xml 
                                        class.dir.xml closedir.xml 
                                        getcwd.xml opendir.xml 
                                        readdir.xml rewinddir.xml 
                                        scandir.xml 
  Log:
  use more entities
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/chdir.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/dir/functions/chdir.xml
diff -u phpdoc/en/reference/dir/functions/chdir.xml:1.10 
phpdoc/en/reference/dir/functions/chdir.xml:1.11
--- phpdoc/en/reference/dir/functions/chdir.xml:1.10    Tue Aug  3 13:25:31 2004
+++ phpdoc/en/reference/dir/functions/chdir.xml Mon Nov  1 11:08:19 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
   <refentry id="function.chdir">
    <refnamediv>
@@ -7,7 +7,7 @@
     <refpurpose>Change directory</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
      <methodsynopsis>
       <type>bool</type><methodname>chdir</methodname>
       <methodparam><type>string</type><parameter>directory</parameter></methodparam>
@@ -34,9 +34,7 @@
 ?>
 ]]>
        </programlisting>
-       <para>
-        This example will output:
-       </para>
+       &example.outputs;
        <screen>
 <![CDATA[
 /home/vincent
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/chroot.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/dir/functions/chroot.xml
diff -u phpdoc/en/reference/dir/functions/chroot.xml:1.7 
phpdoc/en/reference/dir/functions/chroot.xml:1.8
--- phpdoc/en/reference/dir/functions/chroot.xml:1.7    Sat Dec 13 16:30:55 2003
+++ phpdoc/en/reference/dir/functions/chroot.xml        Mon Nov  1 11:08:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.11 -->
   <refentry id="function.chroot">
    <refnamediv>
@@ -7,7 +7,7 @@
     <refpurpose>Change the root directory</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
      <methodsynopsis>
       <type>bool</type><methodname>chroot</methodname>
       <methodparam><type>string</type><parameter>directory</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/class.dir.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/dir/functions/class.dir.xml
diff -u phpdoc/en/reference/dir/functions/class.dir.xml:1.6 
phpdoc/en/reference/dir/functions/class.dir.xml:1.7
--- phpdoc/en/reference/dir/functions/class.dir.xml:1.6 Thu Aug 19 08:14:45 2004
+++ phpdoc/en/reference/dir/functions/class.dir.xml     Mon Nov  1 11:08:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
   <refentry id="class.dir">
    <refnamediv>
@@ -7,7 +7,7 @@
     <refpurpose>Directory class</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
     <classsynopsis>
      <ooclass><classname>dir</classname></ooclass>
      <constructorsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/closedir.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/dir/functions/closedir.xml
diff -u phpdoc/en/reference/dir/functions/closedir.xml:1.3 
phpdoc/en/reference/dir/functions/closedir.xml:1.4
--- phpdoc/en/reference/dir/functions/closedir.xml:1.3  Thu Aug 19 08:14:45 2004
+++ phpdoc/en/reference/dir/functions/closedir.xml      Mon Nov  1 11:08:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
   <refentry id="function.closedir">
    <refnamediv>
@@ -7,7 +7,7 @@
     <refpurpose>Close directory handle</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
      <methodsynopsis>
       <type>void</type><methodname>closedir</methodname>
       
<methodparam><type>resource</type><parameter>dir_handle</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/getcwd.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/dir/functions/getcwd.xml
diff -u phpdoc/en/reference/dir/functions/getcwd.xml:1.8 
phpdoc/en/reference/dir/functions/getcwd.xml:1.9
--- phpdoc/en/reference/dir/functions/getcwd.xml:1.8    Thu Aug 19 08:14:45 2004
+++ phpdoc/en/reference/dir/functions/getcwd.xml        Mon Nov  1 11:08:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.7 -->
   <refentry id="function.getcwd">
    <refnamediv>
@@ -7,7 +7,7 @@
     <refpurpose>Gets the current working directory</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
      <methodsynopsis>
       <type>string</type><methodname>getcwd</methodname>
       <void/>
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/opendir.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/dir/functions/opendir.xml
diff -u phpdoc/en/reference/dir/functions/opendir.xml:1.10 
phpdoc/en/reference/dir/functions/opendir.xml:1.11
--- phpdoc/en/reference/dir/functions/opendir.xml:1.10  Thu Aug 19 08:14:45 2004
+++ phpdoc/en/reference/dir/functions/opendir.xml       Mon Nov  1 11:08:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
   <refentry id="function.opendir">
    <refnamediv>
@@ -7,7 +7,7 @@
     <refpurpose>Open directory handle</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
      <methodsynopsis>
       <type>resource</type><methodname>opendir</methodname>
       <methodparam><type>string</type><parameter>path</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/readdir.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/dir/functions/readdir.xml
diff -u phpdoc/en/reference/dir/functions/readdir.xml:1.6 
phpdoc/en/reference/dir/functions/readdir.xml:1.7
--- phpdoc/en/reference/dir/functions/readdir.xml:1.6   Thu Aug 19 08:14:45 2004
+++ phpdoc/en/reference/dir/functions/readdir.xml       Mon Nov  1 11:08:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
   <refentry id="function.readdir">
    <refnamediv>
@@ -7,7 +7,7 @@
     <refpurpose>Read entry from directory handle</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
      <methodsynopsis>
       <type>string</type><methodname>readdir</methodname>
       
<methodparam><type>resource</type><parameter>dir_handle</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/rewinddir.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/dir/functions/rewinddir.xml
diff -u phpdoc/en/reference/dir/functions/rewinddir.xml:1.3 
phpdoc/en/reference/dir/functions/rewinddir.xml:1.4
--- phpdoc/en/reference/dir/functions/rewinddir.xml:1.3 Thu Aug 19 08:14:45 2004
+++ phpdoc/en/reference/dir/functions/rewinddir.xml     Mon Nov  1 11:08:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
   <refentry id="function.rewinddir">
    <refnamediv>
@@ -7,7 +7,7 @@
     <refpurpose>Rewind directory handle</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
      <methodsynopsis>
       <type>void</type><methodname>rewinddir</methodname>
       
<methodparam><type>resource</type><parameter>dir_handle</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/scandir.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/dir/functions/scandir.xml
diff -u phpdoc/en/reference/dir/functions/scandir.xml:1.5 
phpdoc/en/reference/dir/functions/scandir.xml:1.6
--- phpdoc/en/reference/dir/functions/scandir.xml:1.5   Sun Oct 31 14:47:50 2004
+++ phpdoc/en/reference/dir/functions/scandir.xml       Mon Nov  1 11:08:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.scandir">
    <refnamediv>
     <refname>scandir</refname>
@@ -8,7 +8,7 @@
     </refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    &reftitle.description;
      <methodsynopsis>
       <type>array</type><methodname>scandir</methodname>
       <methodparam><type>string</type><parameter>directory</parameter></methodparam>
@@ -46,9 +46,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       Outputs something like:
-      </para>
+      &example.outputs.similar;
       <screen>
 <![CDATA[
 Array
@@ -94,9 +92,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       Outputs something like:
-      </para>
+      &example.outputs.similar;
       <screen>
 <![CDATA[
 Array

Reply via email to