From 1c74f1bd35770c573375e31cfb53d48d3ef6b920 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 5 Jan 2000 12:49:40 +0000 Subject: various nits identified by warnings unmasked by recent changes p4raw-id: //depot/perl@4758 --- pod/perlfunc.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pod') 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 -- cgit v1.2.1