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

Commit

Permalink
doc: fs.lchmod() is only available on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jun 30, 2012
1 parent bc71874 commit b9abb64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/fs.markdown
Expand Up @@ -130,6 +130,8 @@ Synchronous fchmod(2).
Asynchronous lchmod(2). No arguments other than a possible exception
are given to the completion callback.

Only available on Mac OS X.

## fs.lchmodSync(path, mode)

Synchronous lchmod(2).
Expand Down

0 comments on commit b9abb64

Please sign in to comment.