summaryrefslogtreecommitdiff
path: root/ext/IPC/SysV
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-27 03:56:48 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-27 03:56:48 +0000
commiteaeee4ef4965678e85a62c97e4067683df7e6e87 (patch)
treedab1f7653808a838df28f550bf9c6f1f9a830e68 /ext/IPC/SysV
parentff7c898e330ad30a0a207786717466dbfa669bb9 (diff)
downloadperl-eaeee4ef4965678e85a62c97e4067683df7e6e87.tar.gz
various pod nits identified by installhtml (all fixed except
unresolved links) p4raw-id: //depot/perl@4910
Diffstat (limited to 'ext/IPC/SysV')
-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>