wez             Thu Sep 26 09:59:36 2002 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fgets.xml fgetss.xml 
  Log:
  Add note about line-endings.
  
  
Index: phpdoc/en/reference/filesystem/functions/fgets.xml
diff -u phpdoc/en/reference/filesystem/functions/fgets.xml:1.2 
phpdoc/en/reference/filesystem/functions/fgets.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fgets.xml:1.2      Wed Apr 17 02:38:06 
2002
+++ phpdoc/en/reference/filesystem/functions/fgets.xml  Thu Sep 26 09:59:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fgets">
    <refnamediv>
@@ -57,6 +57,7 @@
       The <parameter>length</parameter> parameter became optional in PHP 4.2.0
      </simpara>
     </note>
+    &note.line-endings;
     <para> 
      See also <function>fread</function>, <function>fopen</function>,
      <function>popen</function>, <function>fgetc</function>,
Index: phpdoc/en/reference/filesystem/functions/fgetss.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetss.xml:1.2 
phpdoc/en/reference/filesystem/functions/fgetss.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fgetss.xml:1.2     Wed Apr 17 02:38:06 
2002
+++ phpdoc/en/reference/filesystem/functions/fgetss.xml Thu Sep 26 09:59:34 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fgetss">
    <refnamediv>
@@ -29,6 +29,7 @@
       </para> 
      </note>
     </para>
+    &note.line-endings;
     <para>
      See also <function>fgets</function>, <function>fopen</function>,
      <function>fsockopen</function>, <function>popen</function>, and



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

Reply via email to