Fix typo, it's sem not sysvsem.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103101 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-11-10 00:36:06 +00:00
parent b3b1c8de67
commit a8c6e9c57c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 -->
<refentry id="function.dba-open">
<refnamediv>
@ -47,7 +47,7 @@
only be done one after another. Unfortuanetly some of the external
libraries simply fail or ignore this when trying to open the database for
another write operation. In this case you must use semaphores to guard
against. See <link linkend="ref.sysvsem">System V semaphore support</link>.
against. See <link linkend="ref.sem">System V semaphore support</link>.
</para>
</note>
<para>