From: Jarkko Hietaniemi Date: Wed, 2 Jul 2003 09:13:33 +0000 (+0000) Subject: Better links. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec488bcf4722172239bf82ed09d2c56fb8487462;p=p5sagit%2Fp5-mst-13.2.git Better links. p4raw-id: //depot/perl@19929 --- diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 476fa91..48fcb7f 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -35,7 +35,7 @@ and then raise an exception. That's because on most systems, libraries are not re-entrant; particularly, memory allocation and I/O routines are not. That meant that doing nearly I in your handler could in theory trigger a memory fault and subsequent core -dump - see L below. +dump - see L below. The names of the signals are the ones listed out by C on your system, or you can retrieve them from the Config module. Set up an diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 6b01d6c..49573a6 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1142,7 +1142,8 @@ L and in F in the Perl source distribution. In Perls 5.8.1 and later. If set to C the pre-Perl-5.8.0 signals behaviour (immediate but unsafe) is restored. If set to -C the safe (or deferred) signals are used. See L. +C the safe (or deferred) signals are used. +See L. =item PERL_UNICODE