From 1c65f1e3f67b454871d54d1714b1148b4494e9f4 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 18 May 2016 09:27:14 -0400 Subject: [PATCH] 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 Reviewed-By: James M Snell Reviewed-By: Santiago Gimeno --- doc/api/fs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index ed87141c07cc2d..0daf2e5f5d0879 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -821,6 +821,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