From: Rafael Garcia-Suarez Date: Mon, 24 Oct 2005 16:18:41 +0000 (+0000) Subject: Fix path in code example X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c567752fa0e804487ec72fcd915dfc0ae41e39f;p=p5sagit%2Fp5-mst-13.2.git Fix path in code example p4raw-id: //depot/perl@25830 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 362055f..fcf9f6b 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2458,7 +2458,7 @@ X Implements the ioctl(2) function. You'll probably first have to say - require "sys/ioctl.ph"; # probably in $Config{archlib}/ioctl.ph + require "sys/ioctl.ph"; # probably in $Config{archlib}/sys/ioctl.ph to get the correct function definitions. If F doesn't exist or doesn't have the correct definitions you'll have to roll your