doc: Correct blatantly wrong futimes documentation
This commit is contained in:
parent
4d4900fc65
commit
06190928c0
@ -275,13 +275,13 @@ Synchronous open(2).
|
||||
### fs.utimes(path, atime, mtime, callback)
|
||||
### fs.utimesSync(path, atime, mtime)
|
||||
|
||||
Change file timestamps.
|
||||
Change file timestamps of the file referenced by the supplied path.
|
||||
|
||||
### fs.futimes(path, atime, mtime, callback)
|
||||
### fs.futimesSync(path, atime, mtime)
|
||||
### fs.futimes(fd, atime, mtime, callback)
|
||||
### fs.futimesSync(fd, atime, mtime)
|
||||
|
||||
Change file timestamps with the difference that if filename refers to a
|
||||
symbolic link, then the link is not dereferenced.
|
||||
Change the file timestamps of a file referenced by the supplied file
|
||||
descriptor.
|
||||
|
||||
### fs.fsync(fd, callback)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user