hholzgra Sun Dec 16 05:19:06 2001 EDT
Modified files:
/phpdoc/en/functions sem.xml
Log:
added skeleton for missing function
Index: phpdoc/en/functions/sem.xml
diff -u phpdoc/en/functions/sem.xml:1.17 phpdoc/en/functions/sem.xml:1.18
--- phpdoc/en/functions/sem.xml:1.17 Wed Dec 12 15:47:23 2001
+++ phpdoc/en/functions/sem.xml Sun Dec 16 05:19:06 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<reference id="ref.sem">
<title>Semaphore and Shared Memory Functions</title>
<titleabbrev>Semaphore</titleabbrev>
@@ -384,6 +384,28 @@
This function does not work on Windows systems.
</simpara>
</note>
+ </refsect1>
+ </refentry>
+
+ <refentry id='function.ftok'>
+ <refnamediv>
+ <refname>ftok</refname>
+ <refpurpose>
+ Convert a pathname and a project identifier to a System V IPC key
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>ftok</function></funcdef>
+ <paramdef>string <parameter>pathname</parameter></paramdef>
+ <paramdef>string <parameter>proj</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ &warn.undocumented.func;
+ </para>
</refsect1>
</refentry>