Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-05 22:28:47 +0400
committerisaacs <i@izs.me>2012-03-05 22:28:47 +0400
commit8258bd467a178297096f409e305f0d04abc765a7 (patch)
tree42e77487a28fe91b77d8923ea16c68305434dc6e
parent5ca5ec33cca2ac7500c439aeb7e287bf6cc5f660 (diff)
doc: 'filename' arg not guaranteed ever.
-rw-r--r--doc/api/fs.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown
index e30025858b7..5b657a7cd9a 100644
--- a/doc/api/fs.markdown
+++ b/doc/api/fs.markdown
@@ -469,8 +469,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