[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

[PATCH 5.005_63 DOC] pod/perlfunc.pod stat()



Someone was complaining that stat()[8..10] didn't show units.

--- ../perl5.005_63/pod/perlfunc.pod    Wed Dec  8 15:23:13 1999
+++ pod/perlfunc.pod    Mon Jan  3 22:39:51 2000
@@ -4370,9 +4370,9 @@
   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

-- 
For those who like this sort of thing, this is the sort of thing they like.
		-- Abraham Lincoln


[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]