diff options
author | Bert Belder <bertbelder@gmail.com> | 2012-03-08 03:14:48 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2012-03-08 03:14:48 +0100 |
commit | 31ad1d29c7e2a2d7ea140799b180c53cfa53863c (patch) | |
tree | fd41c6906fe40f47961332e4352a0539b50dcf3e /doc | |
parent | 5ad0140f487cae31859cc5fe82472420743ed29a (diff) | |
parent | 3733a85d8d1fa82ca9998fd874f16084801d5db5 (diff) | |
download | node-31ad1d29c7e2a2d7ea140799b180c53cfa53863c.tar.gz |
Merge branch 'v0.6'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/fs.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index e471b5490..5ce77d5b7 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -498,8 +498,7 @@ reliable. <!--type=misc--> -When watching a directory, -providing `filename` argument in the callback is not supported +Providing `filename` argument in the callback is not supported on every platform (currently it's only supported on Linux and Windows). Even on supported platforms `filename` is not always guaranteed to be provided. Therefore, don't assume that `filename` argument is always provided in the |