summaryrefslogtreecommitdiff
path: root/ext/IPC
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
commita45bd81d7bee5835ad83b5249bac63256f8c94c0 (patch)
treedab1f7653808a838df28f550bf9c6f1f9a830e68 /ext/IPC
parentad31580623307f0b715ee0a148d5b2a56b4280ff (diff)
downloadperl-a45bd81d7bee5835ad83b5249bac63256f8c94c0.tar.gz
various pod nits identified by installhtml (all fixed except
unresolved links) p4raw-id: //depot/perl@4910
Diffstat (limited to 'ext/IPC')
-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>