didou           Wed Sep 17 08:31:12 2003 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-set-blocking.xml 
                                                stream-set-timeout.xml 
  Log:
  adding return.success
  
Index: phpdoc/en/reference/stream/functions/stream-set-blocking.xml
diff -u phpdoc/en/reference/stream/functions/stream-set-blocking.xml:1.2 
phpdoc/en/reference/stream/functions/stream-set-blocking.xml:1.3
--- phpdoc/en/reference/stream/functions/stream-set-blocking.xml:1.2    Sat May 24 
16:43:53 2003
+++ phpdoc/en/reference/stream/functions/stream-set-blocking.xml        Wed Sep 17 
08:31:11 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.stream-set-blocking">
    <refnamediv>
@@ -24,6 +24,9 @@
      on the stream.
     </para>
     <para>
+     &return.success;
+    </para>
+    <para>
      This function was previously called as
      <function>set_socket_blocking</function> and later
      <function>socket_set_blocking</function> but this usage is deprecated.
@@ -37,7 +40,7 @@
     </note>
     <para>
      See also
-     <function>stream_select</function>
+     <function>stream_select</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/stream/functions/stream-set-timeout.xml
diff -u phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.3 
phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.4
--- phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.3     Mon Aug 11 
02:41:59 2003
+++ phpdoc/en/reference/stream/functions/stream-set-timeout.xml Wed Sep 17 08:31:11 
2003
@@ -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.18 -->
   <refentry id="function.stream-set-timeout">
    <refnamediv>
@@ -17,9 +17,9 @@
     <para>
      Sets the timeout value on <parameter>stream</parameter>,
      expressed in the sum of <parameter>seconds</parameter> and
-     <parameter>microseconds</parameter>.
+     <parameter>microseconds</parameter>. &return.success;
      <example>
-      <title><function>stream_set_timeout</function> Example</title>
+      <title><function>stream_set_timeout</function> example</title>
        <programlisting role="php">
 <![CDATA[
 <?php

Reply via email to