slawek          Wed Feb  6 16:16:32 2002 EDT

  Modified files:              
    /phpdoc/pl/functions        readline.xml 
  Log:
  Updated to EN 1.17
  
  
Index: phpdoc/pl/functions/readline.xml
diff -u phpdoc/pl/functions/readline.xml:1.7 phpdoc/pl/functions/readline.xml:1.8
--- phpdoc/pl/functions/readline.xml:1.7        Sat Feb  2 10:48:30 2002
+++ phpdoc/pl/functions/readline.xml    Wed Feb  6 16:16:30 2002
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.13 Maintainer: leon Status: ready -->
-<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.17 Maintainer: leon Status: ready -->
+<!-- $Revision: 1.8 $ -->
  <reference id="ref.readline">
   <title>GNU Readline</title>
   <titleabbrev>Readline</titleabbrev>
@@ -45,7 +45,7 @@
      <programlisting role="php">
 <![CDATA[
 //pobierz 3 komendy od użytkownika
-for ($i=0; $i &lt; 3; $i++) {
+for ($i=0; $i < 3; $i++) {
         $line = readline ("Komenda: ");
         readline_add_history ($line);
 }
@@ -206,7 +206,7 @@
 sgml-always-quote-attributes:t
 sgml-indent-step:1
 sgml-indent-data:t
-indent-tabs-mode:nil 
+indent-tabs-mode:nil
 sgml-parent-document:nil
 sgml-default-dtd-file:"../../manual.ced"
 sgml-exposed-tags:nil


Reply via email to