[perl #38380] Typo in perlfunc.pod
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:33:15 +0000 (15:33 +0000)
From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
Date: Tue, 31 Jan 2006 05:22:28 -0800

p4raw-id: //depot/perl@27022

pod/perlfunc.pod

index 8af5d64..c75d580 100644 (file)
@@ -5898,7 +5898,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.