[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml From: Ron Chmara (ron <email protected>)
Date: 08/12/00

ronabop Sat Aug 12 16:43:38 2000 EDT

  Modified files:
    /phpdoc/en/functions filesystem.xml
  Log:
  Fixed duplicate windows typo, cleaned up missing param pieces, clarified allowed chmod settings language for newbies.
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.25 phpdoc/en/functions/filesystem.xml:1.26
--- phpdoc/en/functions/filesystem.xml:1.25 Wed Aug 9 03:18:38 2000
+++ phpdoc/en/functions/filesystem.xml Sat Aug 12 16:43:38 2000
@@ -57,10 +57,10 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- Attempts to change the group of the file filename to group. Only
- the superuser may change the group of a file arbitrarily; other
- users may change the group of a file to any group of which that
- user is a member.
+ Attempts to change the group of the file
+ <parameter>filename</parameter> to <parameter>group</parameter>. Only the
+ superuser may change the group of a file arbitrarily; other users may change
+ the group of a file to any group of which that user is a member.
     </para>
     <para>
      Returns true on success; otherwise returns false.
@@ -98,7 +98,8 @@
     </para>
     <para>
      Note that <parameter>mode</parameter> is not automatically
- assumed to be an octal value. To ensure the expected operation,
+ assumed to be an octal value, so strings (such as "g+w") will
+ not work properly. To ensure the expected operation,
      you need to prefix <parameter>mode</parameter> with a zero (0):
      <informalexample>
       <programlisting role="php">
@@ -142,10 +143,6 @@
     </para>
     <para>
      Returns true on success; otherwise returns false.
- <note>
- <simpara>On Windows, does nothing and returns true.
- </simpara>
- </note>
     </para>
     <para>
      See also <function>chown</function> and