summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-09-03 00:56:06 +0200
committerAraq <rumpf_a@web.de>2012-09-03 00:56:06 +0200
commitb4cd119800c96361ff74ab804002c32d303233fc (patch)
tree210b0fbd09ad95696c5f37f74c93c9af117009eb /doc
parentaf7c92c0038763db2ba7d7049d7d18363b15089e (diff)
parent223b4f45ed0b6ebd9c98906a5f2487b5baa48028 (diff)
downloadNim-b4cd119800c96361ff74ab804002c32d303233fc.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index f5bef435c..f4d3dde30 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -160,6 +160,9 @@ Generic Operating System Services
   This module provides support for memory mapped files (Posix's ``mmap``) 
   on the different operating systems.
 
+* `fsmonitor <fsmonitor.html>`_
+  This module implements the ability to monitor a directory/file for changes
+  using Posix's inotify API.
 
 Math libraries
 --------------