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

Commit b9abb64

Browse files
committed
doc: fs.lchmod() is only available on OS X
1 parent bc71874 commit b9abb64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/fs.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ Synchronous fchmod(2).
130130
Asynchronous lchmod(2). No arguments other than a possible exception
131131
are given to the completion callback.
132132

133+
Only available on Mac OS X.
134+
133135
## fs.lchmodSync(path, mode)
134136

135137
Synchronous lchmod(2).

0 commit comments

Comments
 (0)