From: p.boven@sara.nl
Date: Tue, 31 Jan 2006 05:22:28 +0000 (-0800)
Subject: [perl #38380] Typo in perlfunc.pod
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=135ed46bb444f3636e1e3e2bed7c094d25c8fd79;p=p5sagit%2Fp5-mst-13.2.git
[perl #38380] Typo in perlfunc.pod
From: p.boven@sara.nl (via RT)
Message-ID:
Date: Tue, 31 Jan 2006 05:22:28 -0800
p4raw-id: //depot/perl@27022
---
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 8af5d64..c75d580 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -5898,7 +5898,7 @@ The commonly available C 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.