maxim           Fri Nov  8 14:48:42 2002 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fwrite.xml 
  Log:
  Forgot the ending semicolon for &false;. Thanks, Derick
  
  
Index: phpdoc/en/reference/filesystem/functions/fwrite.xml
diff -u phpdoc/en/reference/filesystem/functions/fwrite.xml:1.4 
phpdoc/en/reference/filesystem/functions/fwrite.xml:1.5
--- phpdoc/en/reference/filesystem/functions/fwrite.xml:1.4     Fri Nov  8 14:42:32 
2002
+++ phpdoc/en/reference/filesystem/functions/fwrite.xml Fri Nov  8 14:48:41 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fwrite">
    <refnamediv>
@@ -25,7 +25,7 @@
     </simpara>
     <simpara>
      <function>fwrite</function> returns the number of bytes
-     written, or &false on error.
+     written, or &false; on error.
     </simpara>
     <simpara>
      Note that if the <parameter>length</parameter> argument is given,



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to