summaryrefslogtreecommitdiff
path: root/pod/perlfork.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-27 05:33:41 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-27 05:33:41 +0000
commit106325ad18a7d364436c509de7040f7817bf07da (patch)
tree1b98b26f3b7625b6700faeb074a890825422b9ab /pod/perlfork.pod
parent7ca86468f50e48d16c4fd42ec5831ceb1a6368c3 (diff)
downloadperl-106325ad18a7d364436c509de7040f7817bf07da.tar.gz
doubled words in pods (from Simon Cozens
<simon.p.cozens@jp.pwcglobal.com>) p4raw-id: //depot/perl@5959
Diffstat (limited to 'pod/perlfork.pod')
-rw-r--r--pod/perlfork.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfork.pod b/pod/perlfork.pod
index a3dbf08a71..82ac6891db 100644
--- a/pod/perlfork.pod
+++ b/pod/perlfork.pod
@@ -11,7 +11,7 @@ call is available, Perl's fork() simply calls it.
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.
While the emulation is designed to be as compatible as possible with the
-real fork() at the the level of the Perl program, there are certain
+real fork() at the level of the Perl program, there are certain
important differences that stem from the fact that all the pseudo child
"processes" created this way live in the same real process as far as the
operating system is concerned.