summaryrefslogtreecommitdiff
path: root/ext/IPC/SysV/SysV.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IPC/SysV/SysV.pm')
-rw-r--r--ext/IPC/SysV/SysV.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/IPC/SysV/SysV.pm b/ext/IPC/SysV/SysV.pm
index eb245937aa..bebb8fd81b 100644
--- a/ext/IPC/SysV/SysV.pm
+++ b/ext/IPC/SysV/SysV.pm
@@ -74,11 +74,15 @@ C<IPC::SysV> defines and conditionally exports all the constants
defined in your system include files which are needed by the SysV
IPC calls.
+=over
+
=item ftok( PATH, ID )
Return a key based on PATH and ID, which can be used as a key for
C<msgget>, C<semget> and C<shmget>. See L<ftok>
+=back
+
=head1 SEE ALSO
L<IPC::Msg>, L<IPC::Semaphore>, L<ftok>