@@ -251,21 +251,21 @@ page.
251
251
The times in the stat object have the following semantics:
252
252
253
253
* ` atime ` "Access Time" - Time when file data last accessed. Changed
254
- by the ` mknod(2) ` , ` utimes(2) ` , and ` read(2) ` system calls.
254
+ by the mknod(2), utimes(2), and read(2) system calls.
255
255
* ` mtime ` "Modified Time" - Time when file data last modified.
256
- Changed by the ` mknod(2) ` , ` utimes(2) ` , and ` write(2) ` system calls.
256
+ Changed by the mknod(2), utimes(2), and write(2) system calls.
257
257
* ` ctime ` "Change Time" - Time when file status was last changed
258
- (inode data modification). Changed by the ` chmod(2) ` , ` chown(2) ` ,
259
- ` link(2) ` , ` mknod(2) ` , ` rename(2) ` , ` unlink(2) ` , ` utimes(2) ` ,
260
- ` read(2) ` , and ` write(2) ` system calls.
258
+ (inode data modification). Changed by the chmod(2), chown(2),
259
+ link(2), mknod(2), rename(2), unlink(2), utimes(2),
260
+ read(2), and write(2) system calls.
261
261
* ` birthtime ` "Birth Time" - Time of file creation. Set once when the
262
262
file is created. On filesystems where birthtime is not available,
263
263
this field may instead hold either the ` ctime ` or
264
264
` 1970-01-01T00:00Z ` (ie, unix epoch timestamp ` 0 ` ). Note that this
265
265
value may be greater than ` atime ` or ` mtime ` in this case. On Darwin
266
266
and other FreeBSD variants, also set if the ` atime ` is explicitly
267
267
set to an earlier value than the current ` birthtime ` using the
268
- ` utimes(2) ` system call.
268
+ utimes(2) system call.
269
269
270
270
Prior to Node v0.12, the ` ctime ` held the ` birthtime ` on Windows
271
271
systems. Note that as of v0.12, ` ctime ` is not "creation time", and
0 commit comments