This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorp.boven@sara.nl <p.boven@sara.nl>
Tue, 31 Jan 2006 05:22:28 +0000 (21:22 -0800)
committerNicholas Clark <nick@ccl4.org>
Tue, 31 Jan 2006 15:48:38 +0000 (15:48 +0000)
[ 27022]
Subject: [perl #38380] Typo in perlfunc.pod
From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
p4raw-link: @27022 on //depot/perl: 135ed46bb444f3636e1e3e2bed7c094d25c8fd79

p4raw-id: //depot/maint-5.8/perl@27023
p4raw-integrated: from //depot/perl@27020 'merge in' pod/perlfunc.pod
(@26739..)

pod/perlfunc.pod

index 7e64505..013958e 100644 (file)
@@ -5732,7 +5732,7 @@ The commonly available C<S_IF*> constants are
 
     # File types.  Not necessarily all are available on your system.
 
-    S_IFREG S_IFDIR S_IFLNK S_IFBLK S_ISCHR S_IFIFO S_IFSOCK S_IFWHT S_ENFMT
+    S_IFREG S_IFDIR S_IFLNK S_IFBLK S_IFCHR S_IFIFO S_IFSOCK S_IFWHT S_ENFMT
 
     # The following are compatibility aliases for S_IRUSR, S_IWUSR, S_IXUSR.