Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 1ffa44ca796..fe89d169cce 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -2394,7 +2394,7 @@ Synchronous lchown(2). Returns `undefined`.
## `fs.lutimes(path, atime, mtime, callback)`
<!-- YAML
-addded: REPLACEME
+addded: v14.5.0
-->
* `path` {string|Buffer|URL}
@@ -2413,7 +2413,7 @@ callback.
## `fs.lutimesSync(path, atime, mtime)`
<!-- YAML
-added: REPLACEME
+added: v14.5.0
-->
* `path` {string|Buffer|URL}
@@ -5045,7 +5045,7 @@ no arguments upon success.
### `fsPromises.lutimes(path, atime, mtime)`
<!-- YAML
-added: REPLACEME
+added: v14.5.0
-->
* `path` {string|Buffer|URL}