@@ -1462,12 +1462,12 @@ The recursive option is only supported on OS X and Windows.
14621462This feature depends on the underlying operating system providing a way
14631463to be notified of filesystem changes.
14641464
1465- * On Linux systems, this uses ` inotify ` .
1466- * On BSD systems, this uses ` kqueue ` .
1467- * On OS X, this uses ` kqueue ` for files and ' FSEvents' for directories.
1468- * On SunOS systems (including Solaris and SmartOS), this uses ` event ports ` .
1469- * On Windows systems, this feature depends on ` ReadDirectoryChangesW ` .
1470- * On Aix systems, this feature depends on ` AHAFS ` , which must be enabled.
1465+ * On Linux systems, this uses [ ` inotify ` ]
1466+ * On BSD systems, this uses [ ` kqueue ` ]
1467+ * On OS X, this uses [ ` kqueue ` ] for files and [ ` FSEvents ` ] for directories.
1468+ * On SunOS systems (including Solaris and SmartOS), this uses [ ` event ports ` ] .
1469+ * On Windows systems, this feature depends on [ ` ReadDirectoryChangesW ` ] .
1470+ * On Aix systems, this feature depends on [ ` AHAFS ` ] , which must be enabled.
14711471
14721472If the underlying functionality is not available for some reason, then
14731473` fs.watch ` will not be able to function. For example, watching files or
@@ -1953,3 +1953,9 @@ The following constants are meant for use with the [`fs.Stats`][] object's
19531953[ Writable Stream ] : stream.html#stream_class_stream_writable
19541954[ inode ] : http://www.linux.org/threads/intro-to-inodes.4130
19551955[ FS Constants ] : #fs_fs_constants
1956+ [ `inotify` ] : http://man7.org/linux/man-pages/man7/inotify.7.html
1957+ [ `kqueue` ] : https://www.freebsd.org/cgi/man.cgi?kqueue
1958+ [ `FSEvents` ] : https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005289-CH1-SW1
1959+ [ `event ports` ] : http://illumos.org/man/port_create
1960+ [ `ReadDirectoryChangesW` ] : https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v=vs.85%29.aspx
1961+ [ `AHAFS` ] : https://www.ibm.com/developerworks/aix/library/au-aix_event_infrastructure/
0 commit comments