summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorp.boven@sara.nl <p.boven@sara.nl>2006-01-30 21:22:28 -0800
committerNicholas Clark <nick@ccl4.org>2006-01-31 15:33:15 +0000
commit135ed46bb444f3636e1e3e2bed7c094d25c8fd79 (patch)
treee237907e6b88394f024e487c06e546550ffcee48 /pod/perlfunc.pod
parent2b1a705488bd0ec36ff428321dee146d2f803003 (diff)
downloadperl-135ed46bb444f3636e1e3e2bed7c094d25c8fd79.tar.gz
[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> Date: Tue, 31 Jan 2006 05:22:28 -0800 p4raw-id: //depot/perl@27022
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 8af5d64d94..c75d5801a1 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -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.