sean            Sun Mar 20 00:08:25 2005 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-socket-accept.xml 
  Log:
  grammar
  
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-socket-accept.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/stream/functions/stream-socket-accept.xml
diff -u phpdoc/en/reference/stream/functions/stream-socket-accept.xml:1.6 
phpdoc/en/reference/stream/functions/stream-socket-accept.xml:1.7
--- phpdoc/en/reference/stream/functions/stream-socket-accept.xml:1.6   Wed Nov 
10 03:30:45 2004
+++ phpdoc/en/reference/stream/functions/stream-socket-accept.xml       Sun Mar 
20 00:08:25 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
   <refentry id="function.stream-socket-accept">
    <refnamediv>
     <refname>stream_socket_accept</refname>
@@ -33,9 +33,9 @@
     </simpara>
     <warning>
      <para>
-      Using this function with UDP server sockets is an error. You should use
+      This function should not be used with UDP server sockets. Instead, use
       <function>stream_socket_recvfrom</function> and
-      <function>stream_socket_sendto</function> instead.
+      <function>stream_socket_sendto</function>.
      </para>
    </warning>
     <para>

Reply via email to