Browse Source

doc: fs.lchmod() is only available on OS X

v0.8.7-release
Ben Noordhuis 13 years ago
parent
commit
b9abb64fbb
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -130,6 +130,8 @@ Synchronous fchmod(2).
Asynchronous lchmod(2). No arguments other than a possible exception Asynchronous lchmod(2). No arguments other than a possible exception
are given to the completion callback. are given to the completion callback.
Only available on Mac OS X.
## fs.lchmodSync(path, mode) ## fs.lchmodSync(path, mode)
Synchronous lchmod(2). Synchronous lchmod(2).

Loading…
Cancel
Save