vrana           Thu Aug 16 09:00:27 2007 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fputcsv.xml 
  Log:
  Terminates line (bug #42202)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/fputcsv.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/fputcsv.xml
diff -u phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.6 
phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.7
--- phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.6    Sun Jul  1 
21:31:16 2007
+++ phpdoc/en/reference/filesystem/functions/fputcsv.xml        Thu Aug 16 
09:00:27 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; xml:id="function.fputcsv">
  <refnamediv>
   <refname>fputcsv</refname>
@@ -17,8 +17,8 @@
   </methodsynopsis>
   <para>
    <function>fputcsv</function> formats a line (passed as a
-   <parameter>fields</parameter> array) as CSV and write it to the specified
-   file <parameter>handle</parameter>. 
+   <parameter>fields</parameter> array) as CSV and write it (terminated by a
+   newline) to the specified file <parameter>handle</parameter>. 
   </para>
  </refsect1>
 

Reply via email to