torben          Sat Feb  9 16:48:38 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  Fixed some grammar.
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.116 
phpdoc/en/functions/filesystem.xml:1.117
--- phpdoc/en/functions/filesystem.xml:1.116    Wed Feb  6 20:45:38 2002
+++ phpdoc/en/functions/filesystem.xml  Sat Feb  9 16:48:38 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.116 $ -->
+<!-- $Revision: 1.117 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -2564,7 +2564,8 @@
      Returns &false; in case of error.
     </para>
     <para>
-     <function>stat</function> doesn't handle URL as does <function>fopen</function>.
+     <function>stat</function> cannot be used on <link
+     linkend="features.remote-files">remote files</link>.
     </para>
     <para>
      The results of this function are cached. See
@@ -2613,7 +2614,12 @@
       <listitem><simpara>number of blocks allocated</simpara></listitem>
      </orderedlist>
      * - only valid on systems supporting the st_blksize type--other
-     systems (i.e. Windows) return -1</para>
+     systems (i.e. Windows) return -1.
+    </para>
+    <para>
+     <function>lstat</function> cannot be used on <link
+     linkend="features.remote-files">remote files</link>.
+    </para>
     <para>
      The results of this function are cached. See
      <function>clearstatcache</function> for more details.


Reply via email to