Fix path in code example
Rafael Garcia-Suarez [Mon, 24 Oct 2005 16:18:41 +0000 (16:18 +0000)]
p4raw-id: //depot/perl@25830

pod/perlfunc.pod

index 362055f..fcf9f6b 100644 (file)
@@ -2458,7 +2458,7 @@ X<ioctl>
 
 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<sys/ioctl.ph> doesn't
 exist or doesn't have the correct definitions you'll have to roll your