added skeleton for missing function

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65263 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-12-16 10:19:06 +00:00
parent eae34382c0
commit 3c5c4bd4d5

View file

@ -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>
@ -387,6 +387,28 @@
</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>
</reference>
<!-- Keep this comment at the end of the file