From: Gurusamy Sarathy <gsar@cpan.org>
Date: Tue, 21 Jul 1998 04:16:51 +0000 (+0000)
Subject: pod tweak suggested by Ilya
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c4d0f167fb7643c3ff9ccfd4b79b6aeb9763e43;p=p5sagit%2Fp5-mst-13.2.git

pod tweak suggested by Ilya

p4raw-id: //depot/perl@1597
---

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 8c3451f..35cab3a 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.