jimw            Fri Dec 14 15:18:25 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  filesize: clarify that size is in bytes
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.99 
phpdoc/en/functions/filesystem.xml:1.100
--- phpdoc/en/functions/filesystem.xml:1.99     Fri Dec 14 14:38:23 2001
+++ phpdoc/en/functions/filesystem.xml  Fri Dec 14 15:18:25 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.99 $ -->
+<!-- $Revision: 1.100 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -1052,7 +1052,7 @@
      </funcprototype>
     </funcsynopsis>
     <para> 
-     Returns the size of the file, or &false; in case of an error.
+     Returns the size of the file in bytes, or &false; in case of an error.
     </para>
     <para>
      The results of this function are cached. See


Reply via email to