0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
koichik 6c121edc60 Fix mismatch createConnection and Socket.connect
net.createConnection() is wrapper for net.Socket.connect(),
but There is mismatch between them.

net.createConnection(port, [host])
net.Socket.connect(port, [host], [callback])

Fixes #1208.
2011-06-28 13:36:45 +02:00
..
_toc.markdown add docs for console object 2011-04-18 16:52:53 -07:00
addons.markdown Correct some links 2011-03-07 10:17:54 -08:00
all.markdown add docs for console object 2011-04-18 16:52:53 -07:00
appendix_1.markdown Correct some links 2011-03-07 10:17:54 -08:00
appendix_2.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
assert.markdown Fix incorrect documentation for assert.fail() 2011-05-24 10:44:14 -07:00
buffers.markdown Add reading/writing of floats and doubles from/to buffers 2011-05-15 18:39:07 -07:00
child_processes.markdown Rename spawnNode to fork 2011-05-11 13:32:40 -07:00
crypto.markdown Merge branch 'v0.4' 2011-06-15 14:43:37 +02:00
debugger.markdown typos 2011-02-24 16:36:43 -08:00
dgram.markdown Remove exterraneous line 2011-03-28 15:46:36 -07:00
dns.markdown Fix doc - missing dns.resolveNs() and dns.resolveCname() 2011-05-14 14:36:58 -07:00
events.markdown Allow to remove all EventEmitter listeners at once 2011-04-12 14:47:16 -07:00
fs.markdown Merge branch 'v0.4' 2011-06-03 16:37:56 +02:00
globals.markdown document require.cache 2011-06-03 08:14:35 +02:00
http.markdown Merge branch 'v0.4' 2011-05-20 10:29:16 -07:00
https.markdown Doc improvements. 2011-04-28 04:54:28 -04:00
index.markdown Remove util.print from docs 2010-11-07 17:22:56 -08:00
modules.markdown Merge branch 'v0.4' 2011-06-15 14:43:37 +02:00
net.markdown Fix mismatch createConnection and Socket.connect 2011-06-28 13:36:45 +02:00
os.markdown Rework getNetworkInterfaces() for Linux, SunOS, Mac OS X 2011-05-20 08:34:18 -07:00
path.markdown Document path.existsSync() 2011-02-20 13:11:55 -08:00
process.markdown Fix docs for process.arch 2011-04-27 11:49:24 -04:00
querystring.markdown Fix line wrapping in docs. Add tics for constants in docs text. 2010-11-18 15:41:15 -08:00
readline.markdown Partially documented the readline module. 2011-04-21 11:42:40 -07:00
readline.md readline docs 2011-05-18 21:13:49 -07:00
repl.markdown Close #955 Change ^C handling in REPL 2011-04-21 12:17:21 -07:00
stdio.markdown add docs for console object 2011-04-18 16:52:53 -07:00
streams.markdown writable stream api has destroySoon() for exiting after data queue has been drained 2011-03-22 14:38:59 -07:00
string_decoder.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
synopsis.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
timers.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
tls.markdown Add doc note about STARTTLS 2011-03-29 09:58:50 -07:00
tty.markdown typos 2011-02-24 16:36:43 -08:00
url.markdown Lowercase protocol and hostname since casing isn't significant. 2011-04-13 01:10:47 -07:00
util.markdown Doc improvements 2011-06-03 13:27:35 +02:00
vm.markdown Close #962: Fixed typo in vm.runInNewContext docs. 2011-04-25 13:45:58 -07:00