sander Sat Jan 4 05:40:29 2003 EDT Modified files: /phpdoc/en/reference/sem/functions shm-detach.xml Log: Fix return value of shm_detach # Nicos, you should do things right or don't do them at all! # Please read php.net/dochowto (again?) Index: phpdoc/en/reference/sem/functions/shm-detach.xml diff -u phpdoc/en/reference/sem/functions/shm-detach.xml:1.3 phpdoc/en/reference/sem/functions/shm-detach.xml:1.4 --- phpdoc/en/reference/sem/functions/shm-detach.xml:1.3 Fri Jan 3 17:51:13 2003 +++ phpdoc/en/reference/sem/functions/shm-detach.xml Sat Jan 4 05:40:29 2003 @@ -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-detach"> <refnamediv> @@ -17,6 +17,9 @@ memory given by the <parameter>shm_identifier</parameter> created by <function>shm_attach</function>. Remember, that shared memory still exist in the Unix system and the data is still present. + </para> + <para> + <function>shm_detach</function> always returns &true;. </para> </refsect1> </refentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php