summaryrefslogtreecommitdiff
path: root/pod/perlipc.pod
diff options
context:
space:
mode:
authorRonald J. Kimball <rjk@linguist.dartmouth.edu>2003-08-21 13:09:17 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-22 04:57:12 +0000
commitffc145e8a18a4c952027b6b4c853bd908c48f521 (patch)
tree8c3ee07d2e6cff4c4c836359d3e1779b594b3ab3 /pod/perlipc.pod
parentda76a1f46b22411dc37cbf73d79e809bb51a9b8d (diff)
downloadperl-ffc145e8a18a4c952027b6b4c853bd908c48f521.tar.gz
Re: pod cleanup
Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu> (the pod part) p4raw-id: //depot/perl@20813
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r--pod/perlipc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod
index a75ccb5a00..5f8af22550 100644
--- a/pod/perlipc.pod
+++ b/pod/perlipc.pod
@@ -288,7 +288,7 @@ to find out whether anyone (or anything) has accidentally removed our fifo.
sleep 2; # to avoid dup signals
}
-=head2 Deferred Signals (Safe signals)
+=head2 Deferred Signals (Safe Signals)
In Perls before Perl 5.7.3 by installing Perl code to deal with
signals, you were exposing yourself to danger from two things. First,