philip Sat Nov 9 19:36:06 2002 EDT Modified files: /phpdoc/en/reference/dba/functions dba-open.xml Log: Fix typo, it's sem not sysvsem. Index: phpdoc/en/reference/dba/functions/dba-open.xml diff -u phpdoc/en/reference/dba/functions/dba-open.xml:1.4 phpdoc/en/reference/dba/functions/dba-open.xml:1.5 --- phpdoc/en/reference/dba/functions/dba-open.xml:1.4 Wed Nov 6 04:57:33 2002 +++ phpdoc/en/reference/dba/functions/dba-open.xml Sat Nov 9 19:36:06 2002 @@ -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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php