betz            Sun Apr 25 06:08:54 2004 EDT

  Modified files:              
    /phpdoc/en/reference/sem/functions  msg-get-queue.xml 
                                        msg-receive.xml 
                                        msg-remove-queue.xml 
                                        msg-send.xml msg-set-queue.xml 
                                        msg-stat-queue.xml 
  Log:
  proto fix
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/msg-get-queue.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sem/functions/msg-get-queue.xml
diff -u phpdoc/en/reference/sem/functions/msg-get-queue.xml:1.2 
phpdoc/en/reference/sem/functions/msg-get-queue.xml:1.3
--- phpdoc/en/reference/sem/functions/msg-get-queue.xml:1.2     Thu Mar 27 10:16:08 
2003
+++ phpdoc/en/reference/sem/functions/msg-get-queue.xml Sun Apr 25 06:08:54 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.msg-get-queue">
    <refnamediv>
     <refname>msg_get_queue</refname>
@@ -10,7 +10,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>int</type><methodname>msg_get_queue</methodname>
+     <type>resource</type><methodname>msg_get_queue</methodname>
      <methodparam><type>int</type><parameter>key</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>perms</parameter></methodparam>
     </methodsynopsis>
@@ -27,7 +27,7 @@
      will be ignored.
     </para>
     <para>
-     See also: <function>msg_remove_queue</function>,
+     See also <function>msg_remove_queue</function>,
      <function>msg_receive</function>, <function>msg_send</function>,
      <function>msg_stat_queue</function> and
      <function>msg_set_queue</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/msg-receive.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sem/functions/msg-receive.xml
diff -u phpdoc/en/reference/sem/functions/msg-receive.xml:1.2 
phpdoc/en/reference/sem/functions/msg-receive.xml:1.3
--- phpdoc/en/reference/sem/functions/msg-receive.xml:1.2       Thu Mar 27 10:16:08 
2003
+++ phpdoc/en/reference/sem/functions/msg-receive.xml   Sun Apr 25 06:08:54 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.msg-receive">
    <refnamediv>
     <refname>msg_receive</refname>
@@ -11,7 +11,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>msg_receive</methodname>
-     <methodparam><type>int</type><parameter>queue</parameter></methodparam>
+     <methodparam><type>resource</type><parameter>queue</parameter></methodparam>
      <methodparam><type>int</type><parameter>desiredmsgtype</parameter></methodparam>
      <methodparam><type>int</type><parameter>msgtype</parameter></methodparam>
      <methodparam><type>int</type><parameter>maxsize</parameter></methodparam>
@@ -104,7 +104,7 @@
      errno variable.
     </para>
     <para>
-     See also: <function>msg_remove_queue</function>,
+     See also <function>msg_remove_queue</function>,
      <function>msg_send</function>,
      <function>msg_stat_queue</function> and
      <function>msg_set_queue</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/msg-remove-queue.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sem/functions/msg-remove-queue.xml
diff -u phpdoc/en/reference/sem/functions/msg-remove-queue.xml:1.2 
phpdoc/en/reference/sem/functions/msg-remove-queue.xml:1.3
--- phpdoc/en/reference/sem/functions/msg-remove-queue.xml:1.2  Thu Mar 27 10:16:08 
2003
+++ phpdoc/en/reference/sem/functions/msg-remove-queue.xml      Sun Apr 25 06:08:54 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.msg-remove-queue">
    <refnamediv>
     <refname>msg_remove_queue</refname>
@@ -11,7 +11,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>msg_remove_queue</methodname>
-     <methodparam><type>int</type><parameter>queue</parameter></methodparam>
+     <methodparam><type>resource</type><parameter>queue</parameter></methodparam>
     </methodsynopsis>
     <para>
      <function>msg_remove_queue</function> destroys the message queue specified
@@ -20,7 +20,7 @@
      release the system resources held by it.
     </para>
     <para>
-     See also: <function>msg_remove_queue</function>,
+     See also <function>msg_remove_queue</function>,
      <function>msg_receive</function>,
      <function>msg_stat_queue</function> and
      <function>msg_set_queue</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/msg-send.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sem/functions/msg-send.xml
diff -u phpdoc/en/reference/sem/functions/msg-send.xml:1.2 
phpdoc/en/reference/sem/functions/msg-send.xml:1.3
--- phpdoc/en/reference/sem/functions/msg-send.xml:1.2  Thu Mar 27 10:16:08 2003
+++ phpdoc/en/reference/sem/functions/msg-send.xml      Sun Apr 25 06:08:54 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.msg-send">
    <refnamediv>
     <refname>msg_send</refname>
@@ -11,7 +11,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>msg_send</methodname>
-     <methodparam><type>int</type><parameter>queue</parameter></methodparam>
+     <methodparam><type>resource</type><parameter>queue</parameter></methodparam>
      <methodparam><type>int</type><parameter>msgtype</parameter></methodparam>
      <methodparam><type>mixed</type><parameter>message</parameter></methodparam>
      <methodparam 
choice="opt"><type>bool</type><parameter>serialize</parameter></methodparam>
@@ -50,7 +50,7 @@
      <parameter>msg_stime</parameter> is set to the current time.
     </para>
     <para>
-     See also: <function>msg_remove_queue</function>,
+     See also <function>msg_remove_queue</function>,
      <function>msg_receive</function>,
      <function>msg_stat_queue</function> and
      <function>msg_set_queue</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/msg-set-queue.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sem/functions/msg-set-queue.xml
diff -u phpdoc/en/reference/sem/functions/msg-set-queue.xml:1.3 
phpdoc/en/reference/sem/functions/msg-set-queue.xml:1.4
--- phpdoc/en/reference/sem/functions/msg-set-queue.xml:1.3     Tue Jan  6 09:35:47 
2004
+++ phpdoc/en/reference/sem/functions/msg-set-queue.xml Sun Apr 25 06:08:54 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.msg-set-queue">
    <refnamediv>
     <refname>msg_set_queue</refname>
@@ -11,7 +11,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>msg_set_queue</methodname>
-     <methodparam><type>int</type><parameter>queue</parameter></methodparam>
+     <methodparam><type>resource</type><parameter>queue</parameter></methodparam>
      <methodparam><type>array</type><parameter>data</parameter></methodparam>
     </methodsynopsis>
     <para>
@@ -29,7 +29,7 @@
      system defined limit.
     </para>
     <para>
-     See also: <function>msg_remove_queue</function>,
+     See also <function>msg_remove_queue</function>,
      <function>msg_receive</function>,
      <function>msg_stat_queue</function> and
      <function>msg_set_queue</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/msg-stat-queue.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sem/functions/msg-stat-queue.xml
diff -u phpdoc/en/reference/sem/functions/msg-stat-queue.xml:1.2 
phpdoc/en/reference/sem/functions/msg-stat-queue.xml:1.3
--- phpdoc/en/reference/sem/functions/msg-stat-queue.xml:1.2    Thu Mar 27 10:16:08 
2003
+++ phpdoc/en/reference/sem/functions/msg-stat-queue.xml        Sun Apr 25 06:08:54 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.msg-stat-queue">
    <refnamediv>
     <refname>msg_stat_queue</refname>
@@ -11,7 +11,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>array</type><methodname>msg_stat_queue</methodname>
-     <methodparam><type>int</type><parameter>queue</parameter></methodparam>
+     <methodparam><type>resource</type><parameter>queue</parameter></methodparam>
     </methodsynopsis>
     <para>
      <function>msg_stat_queue</function> returns the message queue meta data
@@ -92,7 +92,7 @@
      </table>
     </para>
     <para>
-     See also: <function>msg_remove_queue</function>,
+     See also <function>msg_remove_queue</function>,
      <function>msg_receive</function>,
      <function>msg_stat_queue</function> and
      <function>msg_set_queue</function>.

Reply via email to