From 6d17f725fc92d6279e75b9d24c23582ef602dbd8 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 8 Jun 2011 08:38:08 -0600 Subject: [PATCH] perlfork, perlfunc: Fix English grammatical errors --- 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 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, 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 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 for more details. Portability issues: L. @@ -2829,7 +2829,7 @@ See L 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 for more details. -- 1.8.3.1