| Jakub Vrana 2006-05-04, 4:00 am |
| vrana Thu May 4 09:00:31 2006 UTC
Modified files:
/phpdoc/en/reference/sem/functions sem-acquire.xml
Log:
Typo
http://cvs.php.net/viewcvs.cgi/phpd...6&diff_format=u
Index: phpdoc/en/reference/sem/functions/sem-acquire.xml
diff -u phpdoc/en/reference/sem/functions/sem-acquire.xml:1.5 phpdoc/en/reference/sem/functions/sem-acquire.xml:1.6
--- phpdoc/en/reference/sem/functions/sem-acquire.xml:1.5 Wed Apr 28 11:39:18 2004
+++ phpdoc/en/reference/sem/functions/sem-acquire.xml Thu May 4 09:00:31 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
<refentry id="function.sem-acquire">
<refnamediv>
@@ -18,7 +18,7 @@
semaphore which it has already acquired will block forever
if acquiring the semaphore would cause its maximum number
of semaphore to be exceeded.
- <parameter>sem_identifier</parameter> is a semaphore ressource,
+ <parameter>sem_identifier</parameter> is a semaphore resource,
obtained from <function>sem_get</function>.
</para>
<para>
|