From: Alexey Tourbin Date: Wed, 8 Jun 2005 13:45:08 +0000 (+0400) Subject: perlfunc.pod: ioctl.ph X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a11c483f283a7a3323f8e6f3a672da16d5aea33b;hp=8141890a98cb18fe79a9b720aaed544527266f99;p=p5sagit%2Fp5-mst-13.2.git perlfunc.pod: ioctl.ph Message-ID: <20050608094508.GJ5867@solemn.turbinal.org> p4raw-id: //depot/perl@24771 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 894542f..57b355d 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -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 doesn't +to get the correct function definitions. If F 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<< >>. (There is a Perl script called B that comes with the Perl kit that