diff options
author | Araq <rumpf_a@web.de> | 2012-09-03 00:56:06 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-09-03 00:56:06 +0200 |
commit | b4cd119800c96361ff74ab804002c32d303233fc (patch) | |
tree | 210b0fbd09ad95696c5f37f74c93c9af117009eb /doc | |
parent | af7c92c0038763db2ba7d7049d7d18363b15089e (diff) | |
parent | 223b4f45ed0b6ebd9c98906a5f2487b5baa48028 (diff) | |
download | Nim-b4cd119800c96361ff74ab804002c32d303233fc.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 3 |
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 -------------- |