docs: fix typo in the documented fchown signature
authorJacob H.C. Kragh <jhckragh@gmail.com>
Fri, 4 Nov 2011 18:11:50 +0000 (19:11 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 4 Nov 2011 19:10:21 +0000 (20:10 +0100)
doc/api/fs.markdown

index 6476b25baa54f7525dc7b61484b4c5e337fc9ec3..2ee59785230502e7b68e8a9cbc11209203fb7c14 100644 (file)
@@ -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).