From 353c650532037e4006fbdb2176350717f320f7c3 Mon Sep 17 00:00:00 2001 From: David Landgren Date: Fri, 28 Sep 2007 22:42:56 +0200 Subject: POD cleanups Message-ID: <46FD4B30.9070802@landgren.net> p4raw-id: //depot/perl@32026 --- pod/perlipc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlipc.pod') diff --git a/pod/perlipc.pod b/pod/perlipc.pod index f027d23839..f0722f72aa 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -119,7 +119,7 @@ handlers: But that will be problematic for the more complicated handlers that need to reinstall themselves. Because Perl's signal mechanism is currently based on the signal(3) function from the C library, you may sometimes be so -misfortunate as to run on systems where that function is "broken", that +unfortunate as to run on systems where that function is "broken", that is, it behaves in the old unreliable SysV way rather than the newer, more reasonable BSD and POSIX fashion. So you'll see defensive people writing signal handlers like this: -- cgit v1.2.1