projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5213c39
)
docs: fix typo in the documented fchown signature
author
Jacob H.C. Kragh
<jhckragh@gmail.com>
Fri, 4 Nov 2011 18:11:50 +0000
(19:11 +0100)
committer
Ben Noordhuis
<info@bnoordhuis.nl>
Fri, 4 Nov 2011 19:10:21 +0000
(20:10 +0100)
doc/api/fs.markdown
patch
|
blob
|
history
diff --git
a/doc/api/fs.markdown
b/doc/api/fs.markdown
index 6476b25baa54f7525dc7b61484b4c5e337fc9ec3..2ee59785230502e7b68e8a9cbc11209203fb7c14 100644
(file)
--- a/
doc/api/fs.markdown
+++ b/
doc/api/fs.markdown
@@
-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).