diff options
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-x | doc/lib.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index cefb1a1fe..a082383da 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -271,6 +271,10 @@ Other This module provides an easy to use sockets-style Nimrod interface to the OpenSSL library. +* `rdstdin <rdstdin.html>`_ + This module contains code for reading from `stdin`:idx:. On UNIX the GNU + readline library is wrapped and set up. + Wrappers ======== @@ -339,6 +343,13 @@ UNIX specific * `xvlib <xvlib.html>`_ Part of the wrapper for X11. +* `readline <readline.html>`_ + Part of the wrapper for the GNU readline library. +* `history <history.html>`_ + Part of the wrapper for the GNU readline library. +* `rltypedefs <rltypedefs.html>`_ + Part of the wrapper for the GNU readline library. + Regular expressions ------------------- |