summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2016-05-18 09:27:14 -0400
committerMichael Dawson <michael_dawson@ca.ibm.com>2016-05-27 16:44:32 -0400
commit8af25a39d32d2383be219fd3a56dc773fe9277b0 (patch)
treea7a7a4f6bea57cf1caae91c1bfb0392405e49966 /doc
parent0c294362502684b9273e7e7c7039ec7028471014 (diff)
downloadandroid-node-v8-8af25a39d32d2383be219fd3a56dc773fe9277b0.tar.gz
android-node-v8-8af25a39d32d2383be219fd3a56dc773fe9277b0.tar.bz2
android-node-v8-8af25a39d32d2383be219fd3a56dc773fe9277b0.zip
doc: add info on what's used for fswatch on AIX
Info is provided on for the other OS's. Add similar level of info for AIX. PR-URL: https://github.com/nodejs/node/pull/6837 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index d84a49cd3a..dc6923c1f2 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -1467,6 +1467,7 @@ to be notified of filesystem changes.
* On OS X, this uses `kqueue` for files and 'FSEvents' for directories.
* On SunOS systems (including Solaris and SmartOS), this uses `event ports`.
* On Windows systems, this feature depends on `ReadDirectoryChangesW`.
+* On Aix systems, this feature depends on `AHAFS`, which must be enabled.
If the underlying functionality is not available for some reason, then
`fs.watch` will not be able to function. For example, watching files or