summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-05 12:49:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-05 12:49:40 +0000
commit1c74f1bd35770c573375e31cfb53d48d3ef6b920 (patch)
treed072de5793ee7052334364184950108a00b5018b /pod
parentfaecd977681fb50ecb4b9174f76ac49d0d9e21c7 (diff)
downloadperl-1c74f1bd35770c573375e31cfb53d48d3ef6b920.tar.gz
various nits identified by warnings unmasked by recent changes
p4raw-id: //depot/perl@4758
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index c1bc4c5743..8928df128c 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4390,9 +4390,9 @@ meaning of the fields:
5 gid numeric group ID of file's owner
6 rdev the device identifier (special files only)
7 size total size of file, in bytes
- 8 atime last access time since the epoch
- 9 mtime last modify time since the epoch
- 10 ctime inode change time (NOT creation time!) since the epoch
+ 8 atime last access time in seconds since the epoch
+ 9 mtime last modify time in seconds since the epoch
+ 10 ctime inode change time (NOT creation time!) in seconds since the epoch
11 blksize preferred block size for file system I/O
12 blocks actual number of blocks allocated