diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-09-18 17:48:11 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-09-18 17:48:11 +0100 |
commit | 9afd62035da781127f09672a85cd363e6aecc44f (patch) | |
tree | e7d6bc215182961aaa3c921ab8e5fa4538aa5948 /pod/perlport.pod | |
parent | 001e9f8966c22ce5f6e43f663bffdffb73bf623c (diff) | |
download | perl-9afd62035da781127f09672a85cd363e6aecc44f.tar.gz |
Minor fixups from 001e9f8966
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 839468b62c..6be7487c3d 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1923,9 +1923,7 @@ Not implemented. (Win32, VMS, S<RISC OS>, VOS) =item sleep -On Win32 C<sleep> is limited to a maximum of 4294967 seconds, approximately 49 -days, and also signals do not cause C<sleep> to return early once a signal -fires. C<sleep> will always wait the full time period before returning. +Limited to a maximum of 4294967 seconds, approximately 49 days. (Win32) =item sockatmark |