nlopess         Wed Feb 23 14:40:11 2005 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-set-blocking.xml 
  Log:
  fix #32083: inconsistencies between proto and description
  
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-set-blocking.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/stream/functions/stream-set-blocking.xml
diff -u phpdoc/en/reference/stream/functions/stream-set-blocking.xml:1.3 
phpdoc/en/reference/stream/functions/stream-set-blocking.xml:1.4
--- phpdoc/en/reference/stream/functions/stream-set-blocking.xml:1.3    Wed Sep 
17 08:31:11 2003
+++ phpdoc/en/reference/stream/functions/stream-set-blocking.xml        Wed Feb 
23 14:40:08 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.stream-set-blocking">
    <refnamediv>
@@ -14,8 +14,8 @@
       <methodparam><type>int</type><parameter>mode</parameter></methodparam>
      </methodsynopsis>
     <para>
-     If <parameter>mode</parameter> is &false;, the given stream
-     will be switched to non-blocking mode, and if &true;, it
+     If <parameter>mode</parameter> is 0, the given stream
+     will be switched to non-blocking mode, and if 1, it
      will be switched to blocking mode.  This affects calls like
      <function>fgets</function> and <function>fread</function>
      that read from the stream.  In non-blocking mode an

Reply via email to