From: Rafael Garcia-Suarez Date: Fri, 30 Aug 2002 19:56:53 +0000 (+0000) Subject: Advertise Linux::Pid. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3256f86073a9cc1ed3f69791fe72ca60b6e2dbc;p=p5sagit%2Fp5-mst-13.2.git Advertise Linux::Pid. p4raw-id: //depot/perl@17821 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index a489e71..53ac84e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1874,8 +1874,8 @@ Note for Linux users: on Linux, the C functions C and C return different values from different threads. In order to be portable, this behavior is not reflected by the perl-level function C, that returns a consistent value across threads. If you want -to call the underlying C, consider using C or -another way to call a C library function. +to call the underlying C, you may use the CPAN module +C. =item getpriority WHICH,WHO diff --git a/pod/perlvar.pod b/pod/perlvar.pod index d90df14..258645e 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -773,7 +773,7 @@ Note for Linux users: on Linux, the C functions C and C 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, -consider using C or another way to call a C library function. +you may use the CPAN module C. =item $REAL_USER_ID