diff --git a/doc/api/fs.md b/doc/api/fs.md index 9e9ac1ab0b3a11..3543608c6ea508 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -891,8 +891,10 @@ changes: * `callback` {Function} * `err` {Error} -Asynchronous chmod(2). No arguments other than a possible exception are given -to the completion callback. +Asynchronously changes the permissions of a file. No arguments other than a +possible exception are given to the completion callback. + +See also: chmod(2) ## fs.chmodSync(path, mode)