diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-04 12:01:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-04 12:01:00 +0000 |
commit | 91d81acc47e855a534408bb8e180a55dbe44d384 (patch) | |
tree | fdae9fc4c021993c9cf2cecea738f3fb7be50d94 /pod/perlfunc.pod | |
parent | 2a551100939323428e5b071089d183aafb961137 (diff) | |
download | perl-91d81acc47e855a534408bb8e180a55dbe44d384.tar.gz |
Integrate from maint:
[ 18568]
Add the POSIX::sigaction() trick by Slaven Rezic
for [perl #17341].
p4raw-link: @18568 on //depot/maint-5.8/perl: b63b4058977cacb57fd0a26b3de014d3f4ca3296
p4raw-id: //depot/perl@19406
p4raw-integrated: from //depot/maint-5.8/perl@18568 'merge in'
pod/perlipc.pod (@18197..) pod/perlfunc.pod (@18379..)
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 192658f921..b538701890 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -429,6 +429,8 @@ modulo the caveats given in L<perlipc/"Signals">. # didn't } +For more information see L<perlipc>. + =item atan2 Y,X Returns the arctangent of Y/X in the range -PI to PI. |