@@ -251,21 +251,21 @@ page.
251251The times in the stat object have the following semantics:
252252
253253* ` 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.
255255* ` 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.
257257* ` 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.
261261* ` birthtime ` "Birth Time" - Time of file creation. Set once when the
262262 file is created. On filesystems where birthtime is not available,
263263 this field may instead hold either the ` ctime ` or
264264 ` 1970-01-01T00:00Z ` (ie, unix epoch timestamp ` 0 ` ). Note that this
265265 value may be greater than ` atime ` or ` mtime ` in this case. On Darwin
266266 and other FreeBSD variants, also set if the ` atime ` is explicitly
267267 set to an earlier value than the current ` birthtime ` using the
268- ` utimes(2) ` system call.
268+ utimes(2) system call.
269269
270270Prior to Node v0.12, the ` ctime ` held the ` birthtime ` on Windows
271271systems. Note that as of v0.12, ` ctime ` is not "creation time", and
0 commit comments