diff options
author | dkf <dkf@noemail.net> | 2011-07-03 10:08:09 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2011-07-03 10:08:09 (GMT) |
commit | cfe189d34b64e5e59cd504feebf4b4e404cc6a07 (patch) | |
tree | 5b010ce6874168b8e3ed497b703a17b8df01124e /doc | |
parent | 2f572000ab74d449c9c69b70230a3e04dda068c9 (diff) | |
parent | 04fc915958d4ec3b726fb1e4c97848815febc841 (diff) | |
download | tcl-cfe189d34b64e5e59cd504feebf4b4e404cc6a07.zip tcl-cfe189d34b64e5e59cd504feebf4b4e404cc6a07.tar.gz tcl-cfe189d34b64e5e59cd504feebf4b4e404cc6a07.tar.bz2 |
Corrected statements about ctime field of 'struct stat'; that was always the
time of the last metadata change, not the time of creation.
FossilOrigin-Name: 4a500ef659182997d9840782f4e7470197b79177
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FileSystem.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index 9c3f088..32407d8 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -443,8 +443,8 @@ directories named in the path leading to the file. The stat structure includes info regarding device, inode (always 0 on Windows), privilege mode, nlink (always 1 on Windows), user id (always 0 on Windows), group id (always 0 on Windows), rdev (same as device on -Windows), size, last access time, last modification time, and creation -time. +Windows), size, last access time, last modification time, and +last metadata change time. .PP If \fIpath\fR exists, \fBTcl_FSLstat\fR returns 0 and the stat structure is filled with data. Otherwise, -1 is returned, and no stat info is @@ -501,8 +501,8 @@ directories named in the path leading to the file. The stat structure includes info regarding device, inode (always 0 on Windows), privilege mode, nlink (always 1 on Windows), user id (always 0 on Windows), group id (always 0 on Windows), rdev (same as device on -Windows), size, last access time, last modification time, and creation -time. +Windows), size, last access time, last modification time, and +last metadata change time. .PP If \fIpath\fR exists, \fBTcl_FSStat\fR returns 0 and the stat structure is filled with data. Otherwise, -1 is returned, and no stat info is @@ -1076,8 +1076,8 @@ to all directories named in the path leading to the file. The stat structure includes info regarding device, inode (always 0 on Windows), privilege mode, nlink (always 1 on Windows), user id (always 0 on Windows), group id (always 0 on Windows), rdev (same as device on -Windows), size, last access time, last modification time, and creation -time. +Windows), size, last access time, last modification time, and +last metadata change time. .PP If the file represented by \fIpathPtr\fR exists, the \fBTcl_FSStatProc\fR returns 0 and the stat structure is filled with |