sander          Sun Aug 11 06:53:41 2002 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fscanf.xml 
  Log:
  tab is \t, not \n - 18845
  
  
Index: phpdoc/en/reference/filesystem/functions/fscanf.xml
diff -u phpdoc/en/reference/filesystem/functions/fscanf.xml:1.3 
phpdoc/en/reference/filesystem/functions/fscanf.xml:1.4
--- phpdoc/en/reference/filesystem/functions/fscanf.xml:1.3     Sun Jun  9 17:50:25 
2002
+++ phpdoc/en/reference/filesystem/functions/fscanf.xml Sun Aug 11 06:53:41 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fscanf">
    <refnamediv>
@@ -27,7 +27,7 @@
     </para>
     <para>
      Any whitespace in the format string matches any whitespace in the input
-     stream. This means that even a tab <literal>\n</literal> in the format
+     stream. This means that even a tab <literal>\t</literal> in the format
      string can match a single space character in the input stream.
     </para>
     <para>



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

Reply via email to