diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-13 06:34:53 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-13 06:34:53 +0000 |
commit | 270d6d6760ea16ef19657eff36929596470a0a3d (patch) | |
tree | 6bb50e35908a60ca2018f55cba5e3efd2fdf1b11 /pod/perlfaq8.pod | |
parent | 7964b89e9576c7b0c707831c48490c6b5c44eeb1 (diff) | |
download | perl-270d6d6760ea16ef19657eff36929596470a0a3d.tar.gz |
various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
p4raw-id: //depot/perl@4359
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r-- | pod/perlfaq8.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index 26efa3fbb2..f8dda0d9b8 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -935,7 +935,7 @@ the current process group of your controlling terminal as follows: =head2 How do I timeout a slow event? Use the alarm() function, probably in conjunction with a signal -handler, as documented L<perlipc/"Signals"> and chapter 6 of the +handler, as documented in L<perlipc/"Signals"> and chapter 6 of the Camel. You may instead use the more flexible Sys::AlarmCall module available from CPAN. |