This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc.pod: ioctl.ph
authorAlexey Tourbin <at@altlinux.ru>
Wed, 8 Jun 2005 13:45:08 +0000 (17:45 +0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 9 Jun 2005 07:59:09 +0000 (07:59 +0000)
Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>

p4raw-id: //depot/perl@24771

pod/perlfunc.pod

index 894542f..57b355d 100644 (file)
@@ -2319,9 +2319,9 @@ functions will serve you better than will int().
 
 Implements the ioctl(2) function.  You'll probably first have to say
 
-    require "ioctl.ph";        # probably in /usr/local/lib/perl/ioctl.ph
+    require "sys/ioctl.ph";    # probably in $Config{archlib}/ioctl.ph
 
-to get the correct function definitions.  If F<ioctl.ph> doesn't
+to get the correct function definitions.  If F<sys/ioctl.ph> doesn't
 exist or doesn't have the correct definitions you'll have to roll your
 own, based on your C header files such as F<< <sys/ioctl.h> >>.
 (There is a Perl script called B<h2ph> that comes with the Perl kit that