mfischer                Wed May  1 05:31:56 2002 EDT

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-select.xml 
  Log:
  - Forgot 'by reference' operator.
  
  
Index: phpdoc/en/reference/sockets/functions/socket-select.xml
diff -u phpdoc/en/reference/sockets/functions/socket-select.xml:1.3 
phpdoc/en/reference/sockets/functions/socket-select.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-select.xml:1.3 Wed May  1 04:49:56 
2002
+++ phpdoc/en/reference/sockets/functions/socket-select.xml     Wed May  1 05:31:56 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
   <refentry id="function.socket-select">
    <refnamediv>
@@ -10,9 +10,9 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>socket_select</methodname>
-      <methodparam><type>resource</type><parameter>read</parameter></methodparam>
-      <methodparam><type>resource</type><parameter>write</parameter></methodparam>
-      <methodparam><type>resource</type><parameter>except</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>&amp;read</parameter></methodparam>
+      
+<methodparam><type>resource</type><parameter>&amp;write</parameter></methodparam>
+      
+<methodparam><type>resource</type><parameter>&amp;except</parameter></methodparam>
       <methodparam><type>int</type><parameter>tv_sec</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>tv_usec</parameter></methodparam>
      </methodsynopsis>


Reply via email to