In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6d17f725fc92d6279e75b9d24c23582ef602dbd8?hp=1bb5302b2836a00c7d365e5f287af5592ed1bfec>

- Log -----------------------------------------------------------------
commit 6d17f725fc92d6279e75b9d24c23582ef602dbd8
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jun 8 08:38:08 2011 -0600

    perlfork, perlfunc: Fix English grammatical errors
-----------------------------------------------------------------------

Summary of changes:
 pod/perlfork.pod |    2 +-
 pod/perlfunc.pod |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pod/perlfork.pod b/pod/perlfork.pod
index 4257b87..7729444 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
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 4ec704e..40c1f8a 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -2106,7 +2106,7 @@ You should reopen those to F</dev/null> if it's any issue.
 On some platforms such as Windows, where the fork() system call is not 
available,
 Perl can be built to emulate fork() in the Perl interpreter. The emulation is 
designed to,
 at the level of the Perl program, be as compatible as possible with the "Unix" 
fork().
-However it has limitation that has to be considered in code intended to be 
portable.
+However it has limitations that have to be considered in code intended to be 
portable.
 See L<perlfork> for more details.
 
 Portability issues: L<perlport/fork>.
@@ -2829,7 +2829,7 @@ See L<perlipc/"Signals"> for more details.
 
 On some platforms such as Windows where the fork() system call is not 
available.
 Perl can be built to emulate fork() at the interpreter level.
-This emulation has limitation related to kill that has to be considered,
+This emulation has limitations related to kill that have to be considered,
 for code running on Windows and in code intended to be portable.
 
 See L<perlfork> for more details.

--
Perl5 Master Repository

Reply via email to