This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Relocate the mention of safe signals with POSIX::SigAction.
authorChip Salzenberg <chip@pobox.com>
Thu, 25 Sep 2003 18:10:01 +0000 (18:10 +0000)
committerchip <chip@pobox.com>
Thu, 25 Sep 2003 18:10:01 +0000 (18:10 +0000)
p4raw-id: //depot/maint-5.8/perl@21379

pod/perl581delta.pod

index 9b0821c..e23eb17 100644 (file)
@@ -162,9 +162,6 @@ interact at interfaces like I/O and for example the command line
 arguments.  See L<perlrun/-C> and L<perlrun/PERL_UNICODE> for more
 information.
 
-You can also now use safe signals with POSIX::SigAction.
-See L<POSIX/POSIX::SigAction>.
-
 =head2 Unsafe signals again available
 
 In Perl 5.8.0 the so-called "safe signals" were introduced.  This
@@ -186,6 +183,9 @@ PERL_SIGNALS to C<unsafe>, and the old immediate (and unsafe)
 signal handling behaviour returns.  See L<perlrun/PERL_SIGNALS>
 and L<perlipc/"Deferred Signals (Safe Signals)">.
 
+In completely unrelated news, you can now use safe signals with
+POSIX::SigAction.  See L<POSIX/POSIX::SigAction>.
+
 =head2 Tied Arrays with Negative Array Indices
 
 Formerly, the indices passed to C<FETCH>, C<STORE>, C<EXISTS>, and