From a8c6e9c57c96698a5bdfa6ac58403d871c6d6d97 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 10 Nov 2002 00:36:06 +0000 Subject: [PATCH] Fix typo, it's sem not sysvsem. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103101 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/functions/dba-open.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/dba/functions/dba-open.xml b/reference/dba/functions/dba-open.xml index 121a28ee9a..d52d52f188 100644 --- a/reference/dba/functions/dba-open.xml +++ b/reference/dba/functions/dba-open.xml @@ -1,5 +1,5 @@ - + @@ -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 System V semaphore support. + against. See System V semaphore support.