From: Mark-Jason Dominus <mjd@plover.com>
Date: Thu, 7 Dec 2000 21:04:20 +0000 (+0000)
Subject: DOC PATCH 5.6.0: -s return value incompletely documented
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e7e0aa837075f75a252df7c9b0b220ac046bca1;p=p5sagit%2Fp5-mst-13.2.git

DOC PATCH 5.6.0: -s return value incompletely documented
Message-ID: <20001207210420.22282.qmail@plover.com>

Plus -z doc.

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

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index f2bf51e..06d3b1d 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -274,8 +274,8 @@ X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C>
     -O	File is owned by real uid.
 
     -e	File exists.
-    -z	File has zero size.
-    -s	File has nonzero size (returns size).
+    -z	File has zero size (is empty).
+    -s	File has nonzero size (returns size in bytes).
 
     -f	File is a plain file.
     -d	File is a directory.