summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-11-05 12:16:49 +0100
committerAraq <rumpf_a@web.de>2011-11-05 12:16:49 +0100
commitdc08a033d910aea19fde0f59c9d1a5e70d7efc15 (patch)
tree1bc7bae9bd75af8e0cc86d9f71ce6650638ba816 /doc
parent25fbad98bcd61b9344d5cbf313da6788f1567373 (diff)
downloadNim-dc08a033d910aea19fde0f59c9d1a5e70d7efc15.tar.gz
memfiles now uses winlean; changed the interface to raise EOS
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 556559e3b..775223fc1 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -141,6 +141,10 @@ Generic Operating System Services
   (also called *console*). The implementation simply uses ANSI escape
   sequences and does not depend on any other module.
 
+* `memfiles <memfiles.html>`_
+  This module provides support for memory mapped files (Posix's ``mmap``) 
+  on the different operating systems.
+
 
 Math libraries
 --------------