nicos           Fri Jan  3 15:11:56 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   mkdir.xml 
  Log:
  fixing again (mode is ignored on windows)
  
Index: phpdoc/en/reference/filesystem/functions/mkdir.xml
diff -u phpdoc/en/reference/filesystem/functions/mkdir.xml:1.4 
phpdoc/en/reference/filesystem/functions/mkdir.xml:1.5
--- phpdoc/en/reference/filesystem/functions/mkdir.xml:1.4      Fri Jan  3 15:05:06 
2003
+++ phpdoc/en/reference/filesystem/functions/mkdir.xml  Fri Jan  3 15:11:56 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
   <refentry id="function.mkdir">
    <refnamediv>
@@ -22,7 +22,7 @@
      The mode is also modified by the current umask, which you
      can change using <function>umask</function>.
      
-     Mode is NOT needed on Windows.
+     Mode is ignored on Windows.
 
      Please note also that mode is optional and that
      it is by default '0777' (read, write and execution for EVERY



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

Reply via email to