0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc/api
Ryan Scheel 6d26990d32 doc: Clean up net.Socket
net.Socket::connect(options[, connectListener]) was missing, with the
relevant details found on the net.connect function. I moved the
appropriate documentation over and then rewrote the documentation for
the function to say that it just creates a socket and calls the connect
method on it. I also changed the other net.Socket::connect variants to
say they are like the options version but called with a specific
options object.

net.connect and other functions were called methods even though they
don't use the `this` binding, so I changed method to function where
appropriate.

Finally, I added a missing period to the end of the module summary.
It's not really related to the rest of the changes, but benjamingr
noticed it.

PR-URL: https://github.com/iojs/io.js/pull/951
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Christian Tellnes <christian@tellnes.no>
2015-03-01 19:36:00 +01:00
..
_toc.markdown doc: add error documentation 2015-02-10 17:58:10 -08:00
addons.markdown doc: fix libuv link 2015-02-11 17:01:22 +01:00
all.markdown doc: add error documentation 2015-02-10 17:58:10 -08:00
assert.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
buffer.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
child_process.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
cluster.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
console.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
crypto.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
debugger.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
dgram.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
dns.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
documentation.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
domain.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
errors.markdown doc: change effect to affect in errors.md 2015-02-11 14:24:43 -05:00
events.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
fs.markdown doc: suggest alternatives to deprecated APs 2015-03-01 18:46:28 +01:00
globals.markdown doc: update node.js references in api docs 2015-02-07 17:07:15 -05:00
http.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
https.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
index.markdown Remove util.print from docs 2010-11-07 17:22:56 -08:00
modules.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
net.markdown doc: Clean up net.Socket 2015-03-01 19:36:00 +01:00
os.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
path.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
process.markdown doc: fix process.stdout reference to console.log 2015-02-26 13:06:35 -05:00
punycode.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
querystring.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
readline.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
repl.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
smalloc.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
stream.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
string_decoder.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
synopsis.markdown doc: update node.js references in api docs 2015-02-07 17:07:15 -05:00
timers.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
tls.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
tty.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
url.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
util.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
v8.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
vm.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
zlib.markdown doc: update stability index 2015-02-27 14:23:01 -08:00