summaryrefslogtreecommitdiff
path: root/pod/perlfaq8.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-13 06:34:53 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-13 06:34:53 +0000
commitb350dd2f881c6f46f8125355cf7111e4c97d1870 (patch)
tree6bb50e35908a60ca2018f55cba5e3efd2fdf1b11 /pod/perlfaq8.pod
parentc35dd67d21bc3e32533d94409f1aabc5d0c23f0a (diff)
downloadperl-b350dd2f881c6f46f8125355cf7111e4c97d1870.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.pod2
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.