jimw            Tue Dec 18 15:56:39 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  fseek: add note about seeking relative to SEEK_END
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.101 
phpdoc/en/functions/filesystem.xml:1.102
--- phpdoc/en/functions/filesystem.xml:1.101    Fri Dec 14 16:13:17 2001
+++ phpdoc/en/functions/filesystem.xml  Tue Dec 18 15:56:38 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.101 $ -->
+<!-- $Revision: 1.102 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -1562,7 +1562,9 @@
       Set position to current location plus
       <parameter>offset</parameter>.</member> <member>SEEK_END - Set
       position to end-of-file plus
-      <parameter>offset</parameter>.</member>
+      <parameter>offset</parameter>. (To move to a position before the
+      end-of-file, you need to pass a negative value in
+      <parameter>offset</parameter>.)</member>
      </simplelist>
     </para>
     <para>If <parameter>whence is not specified, it is assumed to be


Reply via email to