-x should be C<-x>, reported by Gerben Wierda.
Jarkko Hietaniemi [Sun, 22 Nov 1998 11:17:00 +0000 (11:17 +0000)]
p4raw-id: //depot/cfgperl@2261

pod/perlfunc.pod

index 8e7cf6d..2d1e1df 100644 (file)
@@ -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