betz            Sun Apr 25 06:20:20 2004 EDT

  Modified files:              
    /phpdoc/en/reference/sem/functions  shm-attach.xml shm-detach.xml 
                                        shm-get-var.xml shm-put-var.xml 
                                        shm-remove-var.xml 
                                        shm-remove.xml 
  Log:
  individual note about not available on windows removed.
  see also added/expanded
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/shm-attach.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sem/functions/shm-attach.xml
diff -u phpdoc/en/reference/sem/functions/shm-attach.xml:1.5 
phpdoc/en/reference/sem/functions/shm-attach.xml:1.6
--- phpdoc/en/reference/sem/functions/shm-attach.xml:1.5        Thu Feb  6 05:04:54 
2003
+++ phpdoc/en/reference/sem/functions/shm-attach.xml    Sun Apr 25 06:20:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
   <refentry id="function.shm-attach">
    <refnamediv>
@@ -30,13 +30,8 @@
      <parameter>perm</parameter> will be ignored.
     </para>
     <para>
-     See also: <function>ftok</function>.
+     See also <function>ftok</function>, and <function>shm_detach</function>.
     </para>
-    <note>
-     <simpara>
-      This function does not work on Windows systems.
-     </simpara>
-    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/shm-detach.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sem/functions/shm-detach.xml
diff -u phpdoc/en/reference/sem/functions/shm-detach.xml:1.4 
phpdoc/en/reference/sem/functions/shm-detach.xml:1.5
--- phpdoc/en/reference/sem/functions/shm-detach.xml:1.4        Sat Jan  4 05:40:29 
2003
+++ phpdoc/en/reference/sem/functions/shm-detach.xml    Sun Apr 25 06:20:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
   <refentry id="function.shm-detach">
    <refnamediv>
@@ -21,6 +21,10 @@
     <para>
      <function>shm_detach</function> always returns &true;.
     </para>
+    <para>
+     See also <function>shm_attach</function>, <function>shm_remove</function>,
+     and <function>shm_remove_var</function>.
+    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/shm-get-var.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sem/functions/shm-get-var.xml
diff -u phpdoc/en/reference/sem/functions/shm-get-var.xml:1.2 
phpdoc/en/reference/sem/functions/shm-get-var.xml:1.3
--- phpdoc/en/reference/sem/functions/shm-get-var.xml:1.2       Wed Apr 17 02:43:52 
2002
+++ phpdoc/en/reference/sem/functions/shm-get-var.xml   Sun Apr 25 06:20:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
   <refentry id="function.shm-get-var">
    <refnamediv>
@@ -18,11 +18,6 @@
      <parameter>variable_key</parameter>. The variable is still present
      in the shared memory.
     </para>
-    <note>
-     <simpara>
-      This function does not work on Windows systems.
-     </simpara>
-    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/shm-put-var.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sem/functions/shm-put-var.xml
diff -u phpdoc/en/reference/sem/functions/shm-put-var.xml:1.3 
phpdoc/en/reference/sem/functions/shm-put-var.xml:1.4
--- phpdoc/en/reference/sem/functions/shm-put-var.xml:1.3       Sat Mar  6 03:54:46 
2004
+++ phpdoc/en/reference/sem/functions/shm-put-var.xml   Sun Apr 25 06:20:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
   <refentry id="function.shm-put-var">
    <refnamediv>
@@ -29,11 +29,6 @@
      index or if there was not enough shared memory remaining to complete your
      request.
     </para>
-    <note>
-     <simpara>
-      This function does not work on Windows systems.
-     </simpara>
-    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/shm-remove-var.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sem/functions/shm-remove-var.xml
diff -u phpdoc/en/reference/sem/functions/shm-remove-var.xml:1.2 
phpdoc/en/reference/sem/functions/shm-remove-var.xml:1.3
--- phpdoc/en/reference/sem/functions/shm-remove-var.xml:1.2    Wed Apr 17 02:43:52 
2002
+++ phpdoc/en/reference/sem/functions/shm-remove-var.xml        Sun Apr 25 06:20:20 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/sem.xml, last change in rev 1.18 -->
   <refentry id="function.shm-remove-var">
    <refnamediv>
@@ -18,11 +18,9 @@
      Removes a variable with a given <parameter>variable_key</parameter>
      and frees the occupied memory.
     </para>
-    <note>
-     <simpara>
-      This function does not work on Windows systems.
-     </simpara>
-    </note>
+    <para>
+     See also <function>shm_remove</function>.
+    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/shm-remove.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sem/functions/shm-remove.xml
diff -u phpdoc/en/reference/sem/functions/shm-remove.xml:1.2 
phpdoc/en/reference/sem/functions/shm-remove.xml:1.3
--- phpdoc/en/reference/sem/functions/shm-remove.xml:1.2        Wed Apr 17 02:43:53 
2002
+++ phpdoc/en/reference/sem/functions/shm-remove.xml    Sun Apr 25 06:20:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
   <refentry id="function.shm-remove">
    <refnamediv>
@@ -16,11 +16,9 @@
      Removes shared memory from Unix systems. All data will be
      destroyed.
     </para>
-    <note>
-     <simpara>
-      This function does not work on Windows systems.
-     </simpara>
-    </note>
+    <para>
+     See also <function>shm_remove_var</function>.
+    </para>
    </refsect1>
   </refentry>
 

Reply via email to