summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorWalt Mankowski <waltman@pobox.com>2012-06-21 22:36:00 -0400
committerVincent Pit <vince@profvince.com>2012-06-22 10:46:11 +0200
commite3f68f70b5cd964ce22c83eeaeeec68602ca8add (patch)
tree7635ed6ce2d52cfbe5cc25ee8683322a7531d18f /pod/perlvar.pod
parent3e75a3c40322df0aaf0560830ce747730e0ab640 (diff)
downloadperl-e3f68f70b5cd964ce22c83eeaeeec68602ca8add.tar.gz
Fixed repeated words
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index c09aea5202..cfa82f9beb 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -196,7 +196,7 @@ would emulate POSIX semantics on Linux systems using LinuxThreads, a
partial implementation of POSIX Threads that has since been superseded
by the Native POSIX Thread Library (NPTL).
-LinuxThreads is now obsolete on Linux, and and caching C<getpid()>
+LinuxThreads is now obsolete on Linux, and caching C<getpid()>
like this made embedding perl unnecessarily complex (since you'd have
to manually update the value of $$), so now C<$$> and C<getppid()>
will always return the same values as the underlying C library.