diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-08-02 12:33:18 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-05 03:20:03 +0000 |
commit | 7e778d91019c03ae45dc91077d40523346fd0d73 (patch) | |
tree | dd14253e8ed9b8aa63d58b731ce4e2a312df2ca9 /pod | |
parent | 17a79f5b5d2ded2958739425f99f55e3d0c3df8e (diff) | |
download | perl-7e778d91019c03ae45dc91077d40523346fd0d73.tar.gz |
add index entries for -X
Message-Id: <199808022033.QAA18778@monk.mps.ohio-state.edu>
Subject: [PATCH] A missing docu patch
p4raw-id: //depot/maint-5.005/perl@1737
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 39b09449c3..4eac093b0e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -225,6 +225,8 @@ the undefined value if the file doesn't exist. Despite the funny names, precedence is the same as any other named unary operator, and the argument may be parenthesized like any other unary operator. The operator may be any of: +X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> +X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> -r File is readable by effective uid/gid. -w File is writable by effective uid/gid. |