Change 17821 by rgs@rgs-home on 2002/08/30 19:56:53 Advertise Linux::Pid.
Affected files ... .... //depot/perl/pod/perlfunc.pod#357 edit .... //depot/perl/pod/perlvar.pod#108 edit Differences ... ==== //depot/perl/pod/perlfunc.pod#357 (text) ==== Index: perl/pod/perlfunc.pod --- perl/pod/perlfunc.pod#356~17798~ Thu Aug 29 04:44:00 2002 +++ perl/pod/perlfunc.pod Fri Aug 30 12:56:53 2002 @@ -1874,8 +1874,8 @@ C<getppid()> return different values from different threads. In order to be portable, this behavior is not reflected by the perl-level function C<getppid()>, that returns a consistent value across threads. If you want -to call the underlying C<getppid()>, consider using C<Inline::C> or -another way to call a C library function. +to call the underlying C<getppid()>, you may use the CPAN module +C<Linux::Pid>. =item getpriority WHICH,WHO ==== //depot/perl/pod/perlvar.pod#108 (text) ==== Index: perl/pod/perlvar.pod --- perl/pod/perlvar.pod#107~17798~ Thu Aug 29 04:44:00 2002 +++ perl/pod/perlvar.pod Fri Aug 30 12:56:53 2002 @@ -773,7 +773,7 @@ C<getppid()> return different values from different threads. In order to be portable, this behavior is not reflected by C<$$>, whose value remains consistent across threads. If you want to call the underlying C<getpid()>, -consider using C<Inline::C> or another way to call a C library function. +you may use the CPAN module C<Linux::Pid>. =item $REAL_USER_ID End of Patch.