dams            Mon Jun  9 15:13:07 2003 EDT

  Modified files:              
    /phpdoc/en/reference/sem/functions  ftok.xml 
  Log:
  typo
  
Index: phpdoc/en/reference/sem/functions/ftok.xml
diff -u phpdoc/en/reference/sem/functions/ftok.xml:1.3 
phpdoc/en/reference/sem/functions/ftok.xml:1.4
--- phpdoc/en/reference/sem/functions/ftok.xml:1.3      Tue May 27 04:16:38 2003
+++ phpdoc/en/reference/sem/functions/ftok.xml  Mon Jun  9 15:13:07 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
   <refentry id='function.ftok'>
    <refnamediv>
@@ -19,16 +19,16 @@
      The function converts the <parameter>pathname</parameter> of an existing
      accessible file and a project identifier (<parameter>proj</parameter>)
      into a
-     <literal>interger</literal> for use with for example
+     <literal>integer</literal> for use with for example
      <function>shmop_open</function> and other System V IPC keys. The
      <parameter>proj</parameter> parameter should be a one character string.
     </para>
     <para>
-     On success the return value will be the created key value, otherwise -1
-     is returned.
+     On success the return value will be the created key value, otherwise 
+     <literal>-1</literal> is returned.
     </para>
     <para>
-     See also: <function>shmop_open</function> and <function>sem_get</function>.
+     See also <function>shmop_open</function> and <function>sem_get</function>.
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to