sander          Sun Mar 24 14:09:12 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  Various small fixes to the rmdir() documentation.
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.130 
phpdoc/en/functions/filesystem.xml:1.131
--- phpdoc/en/functions/filesystem.xml:1.130    Sat Mar 16 12:02:35 2002
+++ phpdoc/en/functions/filesystem.xml  Sun Mar 24 14:09:11 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.130 $ -->
+<!-- $Revision: 1.131 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -2633,19 +2633,16 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>rmdir</methodname>
+      <type>bool</type><methodname>rmdir</methodname>
       <methodparam><type>string</type><parameter>dirname</parameter></methodparam>
      </methodsynopsis>
     <para> 
-     Attempts to remove the directory named by pathname. The directory
-     must be empty, and the relevant permissions must permit.
-     this.
+     Attempts to remove the directory named by <parameter>dirname</parameter>.
+     The directory must be empty, and the relevant permissions must permit this.
+     &return.success;
     </para> 
-    <para> 
-     If an error occurs, returns 0.
-    </para>
     <para>
-     See also <function>mkdir</function>.
+     See also <function>mkdir</function> and <function>unlink</function>.
     </para>
    </refsect1>
   </refentry>


Reply via email to