diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-08 08:38:08 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-06-08 08:42:36 -0600 |
commit | 6d17f725fc92d6279e75b9d24c23582ef602dbd8 (patch) | |
tree | ce27c531983aec40ac6bf28b5ae146302dd3a0fc /pod/perlfork.pod | |
parent | 1bb5302b2836a00c7d365e5f287af5592ed1bfec (diff) | |
download | perl-6d17f725fc92d6279e75b9d24c23582ef602dbd8.tar.gz |
perlfork, perlfunc: Fix English grammatical errors
Diffstat (limited to 'pod/perlfork.pod')
-rw-r--r-- | pod/perlfork.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfork.pod b/pod/perlfork.pod index 4257b877d1..7729444c40 100644 --- a/pod/perlfork.pod +++ b/pod/perlfork.pod @@ -312,7 +312,7 @@ are expected to be fixed for thread-safety. =head1 PORTABILITY CAVEATS In portable Perl code, C<kill(9, $child)> must not be used on forked processes. -Killing a forked process is unsafe and have unpredictable results. +Killing a forked process is unsafe and has unpredictable results. See L</kill()>, above. =head1 BUGS |