Advertise Linux::Pid.
Rafael Garcia-Suarez [Fri, 30 Aug 2002 19:56:53 +0000 (19:56 +0000)]
p4raw-id: //depot/perl@17821

pod/perlfunc.pod
pod/perlvar.pod

index a489e71..53ac84e 100644 (file)
@@ -1874,8 +1874,8 @@ Note for Linux users: on Linux, the C functions C<getpid()> and
 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
 
index d90df14..258645e 100644 (file)
@@ -773,7 +773,7 @@ Note for Linux users: on Linux, the C functions C<getpid()> and
 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