summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-11-22 11:17:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-11-22 11:17:00 +0000
commit468541a8c6a923aaa6f4473c12876600d43e57de (patch)
tree9db3390f681aea8819f6eda519fcfe41b053b4db /pod
parent10d20342241794db0c535c2739c380f367a9f178 (diff)
downloadperl-468541a8c6a923aaa6f4473c12876600d43e57de.tar.gz
-x should be C<-x>, reported by Gerben Wierda.
p4raw-id: //depot/cfgperl@2261
Diffstat (limited to '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 8e7cf6da28..2d1e1dfa42 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -320,7 +320,7 @@ produce more accurate results than the bare stat() mode bits.
When under the C<use filetest 'access'> the above-mentioned filetests
will test whether the permission can (not) be granted using the
-access() family of system calls. Also note that the -x and -X may
+access() family of system calls. Also note that the C<-x> and C<-X> may
under this pragma return true even if there are no execute permission
bits set (nor any extra execute permission ACLs). This strangeness is
due to the underlying system calls' definitions. Read the