summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authordom96 <dominikpicheta@googlemail.com>2011-11-04 00:22:04 +0000
committerdom96 <dominikpicheta@googlemail.com>2011-11-04 00:22:04 +0000
commit264de4537ef5b24986789ff3c858f6cb113913f9 (patch)
tree4b7886d058809ac9449160ee0dfe4352aca0be0f /doc
parentd819350145a66cea793c359a4782d3b137c17dd2 (diff)
downloadNim-264de4537ef5b24986789ff3c858f6cb113913f9.tar.gz
Added ftpclient module. Fixed docs in sockets module. Added dll tests to test suite.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 47e53af3e..556559e3b 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -181,6 +181,9 @@ Internet Protocols and Support
 * `irc <irc.html>`_
   This module implements an asynchronous IRC client.  
 
+* `ftpclient <ftpclient.html>`_
+  This module implements an FTP client.
+
 Parsers
 -------