torben          Mon Mar 26 15:44:34 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  
  Grammar cleanup.
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.57 phpdoc/en/functions/filesystem.xml:1.58
--- phpdoc/en/functions/filesystem.xml:1.57     Mon Mar 26 15:39:25 2001
+++ phpdoc/en/functions/filesystem.xml  Mon Mar 26 15:44:33 2001
@@ -752,18 +752,18 @@
      The results of this function are cached. See
      <function>clearstatcache</function> for more details.
     </para>
-    <para>Note: In most Unix filesystem, a file is considered
-     changed, when it's Inode data is changed, that is, when
-     the permissions, the owner, the group or other metadata
-     from the Inode is written to. See also 
-     <function>filemtime</function> (this is what you want to use
+    <para>
+     Note: In most Unix filesystems, a file is considered
+     changed when its inode data is changed; that is, when
+     the permissions, owner, group, or other metadata
+     from the inode is updated. See also 
+     <function>filemtime</function> (which is what you want to use
      when you want to create "Last Modified" footers on web pages) and 
      <function>fileatime</function>.
     </para>
-    <para>Note: In some Unix texts the ctime of a file is being
-     referred to as the creation time of the file. This is wrong.
-     There is no creation time for Unix files in most Unix 
-     filesystems.
+    <para>Note also that in some Unix texts the ctime of a file is
+     referred to as being the creation time of the file. This is wrong.
+     There is no creation time for Unix files in most Unix filesystems.
     </para>
     <simpara>
      This function will not work on <link


Reply via email to