From: Gurusamy Sarathy Date: Tue, 21 Jul 1998 04:16:51 +0000 (+0000) Subject: pod tweak suggested by Ilya X-Git-Tag: accepted/trunk/20130322.191538~37242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c4d0f167fb7643c3ff9ccfd4b79b6aeb9763e43;p=platform%2Fupstream%2Fperl.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.