From f9ad171085ba8834bbe73387c3a5fa53089dd93b Mon Sep 17 00:00:00 2001 From: Micheil Smith Date: Sun, 14 Nov 2010 23:51:32 +1100 Subject: [PATCH] Added documentation for which module to require to use the methods defined in that documentation --- doc/api/constants.markdown | 0 doc/api/freelist.markdown | 0 doc/api/net.markdown | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 doc/api/constants.markdown delete mode 100644 doc/api/freelist.markdown diff --git a/doc/api/constants.markdown b/doc/api/constants.markdown deleted file mode 100644 index e69de29..0000000 diff --git a/doc/api/freelist.markdown b/doc/api/freelist.markdown deleted file mode 100644 index e69de29..0000000 diff --git a/doc/api/net.markdown b/doc/api/net.markdown index a6338b0..3e1ec08 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -1,7 +1,8 @@ ## net The `net` module provides you with an asynchronous network wrapper. It contains -methods for creating both servers and clients (called streams). +methods for creating both servers and clients (called streams). You can include +this module with `require("net");` ### net.createServer(connectionListener) -- 2.7.4