add index entries for -X
authorIlya Zakharevich <ilya@math.berkeley.edu>
Sun, 2 Aug 1998 16:33:18 +0000 (12:33 -0400)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 5 Aug 1998 03:20:03 +0000 (03:20 +0000)
Message-Id: <199808022033.QAA18778@monk.mps.ohio-state.edu>
Subject: [PATCH] A missing docu patch

p4raw-id: //depot/maint-5.005/perl@1737

pod/perlfunc.pod

index 39b0944..4eac093 100644 (file)
@@ -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.