diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-09-02 23:26:49 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-09-02 23:26:49 +0100 |
commit | 223b4f45ed0b6ebd9c98906a5f2487b5baa48028 (patch) | |
tree | 5348c94bcdcf3a054bd2b34218a704513b8f2406 /doc | |
parent | d127ad5076bf298a5a5c295f757b7b0efbc01826 (diff) | |
download | Nim-223b4f45ed0b6ebd9c98906a5f2487b5baa48028.tar.gz |
Added fsmonitor module.
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 -------------- |