extension as whole is marked to not work on windows, no need for this note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157054 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2004-04-25 10:14:51 +00:00
parent a0231f36da
commit 7ef3a4fd2d
3 changed files with 5 additions and 21 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
<refentry id="function.sem-get">
<refnamediv>
@ -31,16 +31,11 @@
A second call to <function>sem_get</function> for the same key
will return a different semaphore identifier, but both
identifiers access the same underlying semaphore.
</para>
</para>
<para>
See also <function>sem_acquire</function>,
<function>sem_release</function>, and <function>ftok</function>.
</para>
<note>
<simpara>
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>
</refentry>

View file

@ -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.sem-release">
<refnamediv>
@ -29,11 +29,6 @@
<function>sem_get</function> and
<function>sem_acquire</function>.
</para>
<note>
<simpara>
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>
</refentry>

View file

@ -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.7 -->
<refentry id="function.sem-remove">
<refnamediv>
@ -25,16 +25,10 @@
After removing the semaphore, it is no more accessible.
</para>
<para>
See also: <function>sem_get</function>,
See also <function>sem_get</function>,
<function>sem_release</function> and
<function>sem_acquire</function>.
</para>
<note>
<simpara>
This function does not work on Windows systems. It was added on
PHP 4.1.0.
</simpara>
</note>
</refsect1>
</refentry>