nicos Fri Jan 3 17:51:13 2003 EDT
Modified files:
/phpdoc/en/reference/sem/functions shm-detach.xml
Log:
fixing proto, according to the code, shm-detach will always return TRUE, so it's
boolean.
Index: phpdoc/en/reference/sem/functions/shm-detach.xml
diff -u phpdoc/en/reference/sem/functions/shm-detach.xml:1.2
phpdoc/en/reference/sem/functions/shm-detach.xml:1.3
--- phpdoc/en/reference/sem/functions/shm-detach.xml:1.2 Wed Apr 17 02:43:52
2002
+++ phpdoc/en/reference/sem/functions/shm-detach.xml Fri Jan 3 17:51:13 2003
@@ -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-detach">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>shm_detach</methodname>
+ <type>bool</type><methodname>shm_detach</methodname>
<methodparam><type>int</type><parameter>shm_identifier</parameter></methodparam>
</methodsynopsis>
<para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php