Browse Source

doc: add more internal links to fs.Stats object

PR-URL: https://github.com/nodejs/node/pull/9345
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
v6
Zeke Sikelianos 8 years ago
committed by Roman Reiss
parent
commit
746da42cae
No known key found for this signature in database GPG Key ID: 2E62B41C93869443
  1. 4
      doc/api/fs.md

4
doc/api/fs.md

@ -877,7 +877,7 @@ added: v0.1.95
* `fd` {Integer}
Synchronous fstat(2). Returns an instance of `fs.Stats`.
Synchronous fstat(2). Returns an instance of [`fs.Stats`][].
## fs.fsync(fd, callback)
<!-- YAML
@ -1076,7 +1076,7 @@ added: v0.1.30
* `path` {String | Buffer}
Synchronous lstat(2). Returns an instance of `fs.Stats`.
Synchronous lstat(2). Returns an instance of [`fs.Stats`][].
## fs.mkdir(path[, mode], callback)
<!-- YAML

Loading…
Cancel
Save