From: Jarkko Hietaniemi Date: Sun, 22 Nov 1998 11:17:00 +0000 (+0000) Subject: -x should be C<-x>, reported by Gerben Wierda. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=468541a8c6a923aaa6f4473c12876600d43e57de;p=p5sagit%2Fp5-mst-13.2.git -x should be C<-x>, reported by Gerben Wierda. p4raw-id: //depot/cfgperl@2261 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 8e7cf6d..2d1e1df 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 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