pod tweak suggested by Ilya
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 21 Jul 1998 04:16:51 +0000 (04:16 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 21 Jul 1998 04:16:51 +0000 (04:16 +0000)
p4raw-id: //depot/perl@1597

pod/perlfunc.pod

index 8c3451f..35cab3a 100644 (file)
@@ -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.