From 9c4d0f167fb7643c3ff9ccfd4b79b6aeb9763e43 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 21 Jul 1998 04:16:51 +0000 Subject: [PATCH] pod tweak suggested by Ilya p4raw-id: //depot/perl@1597 --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4