dave            Sun Oct 15 04:17:56 2006 UTC

  Modified files:              
    /phpdoc/en/reference/sem/functions  ftok.xml 
  Log:
  - should=must (Fixes #38896).
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sem/functions/ftok.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/sem/functions/ftok.xml
diff -u phpdoc/en/reference/sem/functions/ftok.xml:1.4 
phpdoc/en/reference/sem/functions/ftok.xml:1.5
--- phpdoc/en/reference/sem/functions/ftok.xml:1.4      Mon Jun  9 19:13:07 2003
+++ phpdoc/en/reference/sem/functions/ftok.xml  Sun Oct 15 04:17:56 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
   <refentry id='function.ftok'>
    <refnamediv>
@@ -21,7 +21,7 @@
      into a
      <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.
+     <parameter>proj</parameter> parameter must be a one character string.
     </para>
     <para>
      On success the return value will be the created key value, otherwise 

Reply via email to