We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c554f09 commit ff69e38Copy full SHA for ff69e38
doc/api/fs.md
@@ -877,7 +877,7 @@ added: v0.1.95
877
878
* `fd` {Integer}
879
880
-Synchronous fstat(2). Returns an instance of `fs.Stats`.
+Synchronous fstat(2). Returns an instance of [`fs.Stats`][].
881
882
## fs.fsync(fd, callback)
883
<!-- YAML
@@ -1076,7 +1076,7 @@ added: v0.1.30
1076
1077
* `path` {String | Buffer}
1078
1079
-Synchronous lstat(2). Returns an instance of `fs.Stats`.
+Synchronous lstat(2). Returns an instance of [`fs.Stats`][].
1080
1081
## fs.mkdir(path[, mode], callback)
1082
0 commit comments