diff --git a/doc/api/fs.md b/doc/api/fs.md index 6146aa81b00285..b30499a81fdfb6 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3894,6 +3894,7 @@ to be notified of filesystem changes. * 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. +* On IBM i systems, this feature is not supported. If the underlying functionality is not available for some reason, then `fs.watch()` will not be able to function and may thrown an exception.