diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-24 16:18:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-24 16:18:41 +0000 |
commit | 6c567752fa0e804487ec72fcd915dfc0ae41e39f (patch) | |
tree | f096c14f063f30a195d69dc506d663e365489038 /pod | |
parent | 59110972a700be97092ffbe48afc82fe1bc6445b (diff) | |
download | perl-6c567752fa0e804487ec72fcd915dfc0ae41e39f.tar.gz |
Fix path in code example
p4raw-id: //depot/perl@25830
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 362055f405..fcf9f6ba05 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -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 |