diff options
author | SHIRAKATA Kentaro <argrath@ub32.org> | 2014-04-08 02:53:46 +0900 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-07 20:35:08 +0100 |
commit | 4a70680af1019e8cdeaf52bb506d9fbda1dd4f05 (patch) | |
tree | e2956957865769e8dd3a7ee60b72702a8b736435 /pod/perlfunc.pod | |
parent | fc3f50ce1e610b9b4ddfcac0f7a2518cd29a5e06 (diff) | |
download | perl-4a70680af1019e8cdeaf52bb506d9fbda1dd4f05.tar.gz |
nitpicks
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index b8af8ff885..9a5ee74d64 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -3259,8 +3259,8 @@ A warning may be produced in a future version. 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. +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 limitations related to kill that have to be considered, for code running on Windows and in code intended to be portable. |