tom             Wed Jan 22 16:37:34 2003 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      sscanf.xml 
  Log:
  typo
  
Index: phpdoc/en/reference/strings/functions/sscanf.xml
diff -u phpdoc/en/reference/strings/functions/sscanf.xml:1.4 
phpdoc/en/reference/strings/functions/sscanf.xml:1.5
--- phpdoc/en/reference/strings/functions/sscanf.xml:1.4        Sat Jul 27 00:07:06 
2002
+++ phpdoc/en/reference/strings/functions/sscanf.xml    Wed Jan 22 16:37:33 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.33 -->
   <refentry id="function.sscanf">
    <refnamediv>
@@ -26,7 +26,7 @@
     </para>
     <para>
      Any whitespace in the format string matches any whitespace in the input
-     string. This means that even a tab \n in the format string can match a
+     string. This means that even a tab \t in the format string can match a
      single space character in the input string.
     </para>
     <para>



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

Reply via email to