nlopess         Thu Dec 11 10:00:28 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   feof.xml 
  Log:
  oops...
  
Index: phpdoc/en/reference/filesystem/functions/feof.xml
diff -u phpdoc/en/reference/filesystem/functions/feof.xml:1.5 
phpdoc/en/reference/filesystem/functions/feof.xml:1.6
--- phpdoc/en/reference/filesystem/functions/feof.xml:1.5       Thu Dec 11 09:49:29 
2003
+++ phpdoc/en/reference/filesystem/functions/feof.xml   Thu Dec 11 10:00:28 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.feof">
    <refnamediv>
@@ -18,10 +18,10 @@
     </para>
      <warning>
       <simpara>
-       feof will return &true; only if the connection opened by
+       <function>feof</function> will return &true; only if the connection opened by
        <function>fsockopen</function> is closed. This can cause a script to
        timeout. The workaround for this is to use
-       <function>stream_set_timeout</funtion>, so that feof will return &false;
+       <function>stream_set_timeout</function>, so that feof will return &false;
        on timeout.
       </simpara>
      </warning>

Reply via email to