diff options
author | Steve Hay <SteveHay@planit.com> | 2003-03-20 11:55:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-02 20:41:46 +0000 |
commit | 5b3c99c010f99810b63aaa04e000fb2c8547942a (patch) | |
tree | 0afe748a27734311cd29c94a19f45787799b9896 /pod/perlfunc.pod | |
parent | 5fc52bc68f8bca292cb1880662c8edef5b0c54a8 (diff) | |
download | perl-5b3c99c010f99810b63aaa04e000fb2c8547942a.tar.gz |
Fix missing functions when splitting perlfunc
Message-ID: <3E79AC15.80307@uk.radan.com>
p4raw-id: //depot/perl@19140
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index d3eb002d2e..efe01dfa75 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -246,11 +246,11 @@ L<perlport> and other available platform-specific documentation. =over 8 -=item I<-X> FILEHANDLE +=item -X FILEHANDLE -=item I<-X> EXPR +=item -X EXPR -=item I<-X> +=item -X A file test, where X is one of the letters listed below. This unary operator takes one argument, either a filename or a filehandle, and |