dams            Wed May 16 02:33:40 2001 EDT

  Modified files:              
    /phpdoc/en/functions        sem.xml 
  Log:
  Bettered English (:-) )
  
Index: phpdoc/en/functions/sem.xml
diff -u phpdoc/en/functions/sem.xml:1.7 phpdoc/en/functions/sem.xml:1.8
--- phpdoc/en/functions/sem.xml:1.7     Wed May 16 02:27:13 2001
+++ phpdoc/en/functions/sem.xml Wed May 16 02:33:40 2001
@@ -72,7 +72,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Returns: A positive semaphore identifier on success, or false on
+     Returns: A positive semaphore identifier on success, or <literal>FALSE</literal> 
+on
      error.
     </para>
     <para>
@@ -110,12 +110,12 @@
     <title>Description</title>
     <funcsynopsis>
      <funcprototype>
-      <funcdef>int <function>sem_acquire</function></funcdef>
+      <funcdef>bool <function>sem_acquire</function></funcdef>
       <paramdef>int <parameter>sem_identifier</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
-     Returns: true on success, false on error.
+     Returns: <literal>TRUE</literal> on success, <literal>FALSE</literal> on error.
     </para>
     <para>
      <function>Sem_acquire</function> blocks (if necessary) until the
@@ -145,12 +145,12 @@
     <title>Description</title>
     <funcsynopsis>
      <funcprototype>
-      <funcdef>int <function>sem_release</function></funcdef>
+      <funcdef>bool <function>sem_release</function></funcdef>
       <paramdef>int <parameter>sem_identifier</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
-     Returns: true on success, false on error.
+     Returns: <literal>TRUE</literal> on success, <literal>FALSE</literal> on error.
     </para>
     <para>
      <function>Sem_release</function> releases the semaphore if it
@@ -182,7 +182,7 @@
     <title>Description</title>
     <funcsynopsis>
      <funcprototype>
-      <funcdef>int <function>sem_remove</function></funcdef>
+      <funcdef>bool <function>sem_remove</function></funcdef>
       <paramdef>int <parameter>sem_identifier</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
@@ -191,10 +191,10 @@
      on error.
     </para>
     <para>
-     <function>Sem_remove</function> remove the semaphore
+     <function>Sem_remove</function> removes the semaphore
      <parameter>sem_identifier</parameter> if it
      has been created by <function>sem_get</function>, 
-     otherwise a warning is generated.
+     otherwise generates a warning.
     </para>
     <para>
       After removing the semaphore, it is no more accessible.
@@ -334,8 +334,7 @@
   <refentry id="function.shm-get-var">
    <refnamediv>
     <refname>shm_get_var</refname> 
-    <refpurpose>Returns a variable from shared memory
-    </refpurpose>
+    <refpurpose>Returns a variable from shared memory</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>


Reply via email to