diff options
author | Walt Mankowski <waltman@pobox.com> | 2012-06-21 22:36:00 -0400 |
---|---|---|
committer | Vincent Pit <vince@profvince.com> | 2012-06-22 10:46:11 +0200 |
commit | e3f68f70b5cd964ce22c83eeaeeec68602ca8add (patch) | |
tree | 7635ed6ce2d52cfbe5cc25ee8683322a7531d18f /pod/perlvar.pod | |
parent | 3e75a3c40322df0aaf0560830ce747730e0ab640 (diff) | |
download | perl-e3f68f70b5cd964ce22c83eeaeeec68602ca8add.tar.gz |
Fixed repeated words
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
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. |