dave            Thu Aug  5 02:10:46 2004 EDT

  Modified files:              
    /phpdoc/en/reference/sem/functions  msg-receive.xml 
  Log:
  - Fix #28744.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/msg-receive.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sem/functions/msg-receive.xml
diff -u phpdoc/en/reference/sem/functions/msg-receive.xml:1.5 
phpdoc/en/reference/sem/functions/msg-receive.xml:1.6
--- phpdoc/en/reference/sem/functions/msg-receive.xml:1.5       Tue Aug  3 11:51:10 
2004
+++ phpdoc/en/reference/sem/functions/msg-receive.xml   Thu Aug  5 02:10:46 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.msg-receive">
    <refnamediv>
     <refname>msg_receive</refname>
@@ -74,14 +74,14 @@
          </entry>
         </row>
         <row>
-         <entry><constant>MSG_IPC_NOWAIT</constant></entry>
+         <entry><constant>MSG_EXCEPT</constant></entry>
          <entry>Using this flag in combination with a
           <parameter>desiredmsgtype</parameter> greater than 0 will cause the
           function to receive the first message that is not equal to
           <parameter>desiredmsgtype</parameter>.</entry>
         </row>
         <row>
-         <entry><constant>MSG_IPC_NOWAIT</constant></entry> 
+         <entry><constant>MSG_NOERROR</constant></entry> 
          <entry>
           If the message is longer than <parameter>maxsize</parameter>,
           setting this flag will truncate the message to

Reply via email to