summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-03 05:34:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-03 05:34:21 +0000
commitf7a53ab8553c16150bc0f1d8829c788ab4f5388a (patch)
tree4ab7cae02f51b2f69c1f7c9b6745c6324060fd92 /lib
parentef575114b9d1d288c2c62b1a3b821eb581b22ea4 (diff)
downloadperl-f7a53ab8553c16150bc0f1d8829c788ab4f5388a.tar.gz
Extra tweakage from Rafael for #19392.
p4raw-id: //depot/perl@19393
Diffstat (limited to 'lib')
-rw-r--r--lib/filetest.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/filetest.pm b/lib/filetest.pm
index 8aa4a77f82..59e1d48534 100644
--- a/lib/filetest.pm
+++ b/lib/filetest.pm
@@ -18,10 +18,10 @@ filetest - Perl pragma to control the filetest permission operators
=head1 DESCRIPTION
This pragma tells the compiler to change the behaviour of the filetest
-permissions operators, the C<-r> C<-w> C<-x> C<-R> C<-W> C<-X>
+permission operators, C<-r> C<-w> C<-x> C<-R> C<-W> C<-X>
(see L<perlfunc>).
-The default behaviour to use the mode bits as returned by the stat()
+The default behaviour is to use the mode bits as returned by the stat()
family of calls. This, however, may not be the right thing to do if
for example various ACL (access control lists) schemes are in use.
For such environments, C<use filetest> may help the permission