Skip to content

Commit f436509

Browse files
committed
fixup! doc: refactor fs docs structure
1 parent 6ed4a8a commit f436509

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/api/fs.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ added: v10.0.0
214214
-->
215215

216216
* `uid` {integer} The file's new owner's user id.
217-
* `gid` {integer} * `gid` {integer} The file's new group's group id.
217+
* `gid` {integer} The file's new group's group id.
218218
* Returns: {Promise} Fulfills with `undefined` upon success.
219219

220220
Changes the ownership of the file. A wrapper for chown(2).
@@ -365,8 +365,6 @@ changes:
365365
{fs.Stats} object should be `bigint`. **Default:** `false`.
366366
* Returns: {Promise} Fulfills with an {fs.Stats} for the file.
367367
368-
369-
370368
#### `filehandle.sync()`
371369
<!-- YAML
372370
added: v10.0.0
@@ -4188,7 +4186,7 @@ added: v0.4.7
41884186
41894187
* `fd` {integer}
41904188
* `uid` {integer} The file's new owner's user id.
4191-
* `gid` {integer} * `gid` {integer} The file's new group's group id.
4189+
* `gid` {integer} The file's new group's group id.
41924190
41934191
Sets the owner of the file. Returns `undefined`.
41944192
@@ -4291,7 +4289,7 @@ changes:
42914289
42924290
* `path` {string|Buffer|URL}
42934291
* `uid` {integer} The file's new owner's user id.
4294-
* `gid` {integer} * `gid` {integer} The file's new group's group id.
4292+
* `gid` {integer} The file's new group's group id.
42954293
42964294
Set the owner for the path. Returns `undefined`.
42974295

0 commit comments

Comments
 (0)