mirror of https://github.com/nodejs/node.git
docs: fix typo in the documented fchown signature
parent
5213c39038
commit
44a5452a4f
|
@ -85,12 +85,12 @@ to the completion callback.
|
|||
|
||||
Synchronous chown(2).
|
||||
|
||||
### fs.fchown(path, uid, gid, [callback])
|
||||
### fs.fchown(fd, uid, gid, [callback])
|
||||
|
||||
Asynchronous fchown(2). No arguments other than a possible exception are given
|
||||
to the completion callback.
|
||||
|
||||
### fs.fchownSync(path, uid, gid)
|
||||
### fs.fchownSync(fd, uid, gid)
|
||||
|
||||
Synchronous fchown(2).
|
||||
|
||||
|
|
Loading…
Reference in New Issue