Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix typo in the documented fchown signature
  • Loading branch information
jhckragh authored and bnoordhuis committed Nov 4, 2011
1 parent 5213c39 commit 44a5452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/fs.markdown
Expand Up @@ -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).

Expand Down

0 comments on commit 44a5452

Please sign in to comment.