diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 04:16:51 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 04:16:51 +0000 |
commit | 9c4d0f167fb7643c3ff9ccfd4b79b6aeb9763e43 (patch) | |
tree | d1a341e5dc0123b2afac768d495d11f331a2c0b5 /pod/perlfunc.pod | |
parent | 285bbc626fdad9e93208590c8ec2fd6d757644bd (diff) | |
download | perl-9c4d0f167fb7643c3ff9ccfd4b79b6aeb9763e43.tar.gz |
pod tweak suggested by Ilya
p4raw-id: //depot/perl@1597
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 8c3451f1cf..35cab3adb3 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -243,7 +243,7 @@ operator may be any of: -f File is a plain file. -d File is a directory. -l File is a symbolic link. - -p File is a named pipe (FIFO). + -p File is a named pipe (FIFO), or Filehandle is a pipe. -S File is a socket. -b File is a block special file. -c File is a character special file. |