Skip to content

Commit

Permalink
doc: document fs.datasync(Sync)
Browse files Browse the repository at this point in the history
The APIs are implemented but currently not documented.
  • Loading branch information
ronkorving committed Feb 25, 2016
1 parent 4bd8b20 commit f5773ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/api/fs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,15 @@ to the completion callback.

Synchronous fchown(2). Returns `undefined`.

## fs.fdatasync(fd, callback)

Asynchronous fdatasync(2). No arguments other than a possible exception are
given to the completion callback.

## fs.fdatasyncSync(fd)

Synchronous fdatasync(2). Returns `undefined`.

## fs.fstat(fd, callback)

Asynchronous fstat(2). The callback gets two arguments `(err, stats)` where
Expand Down

0 comments on commit f5773ec

Please sign in to comment.