diff options
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-x | doc/lib.txt | 4 |
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 -------------- |