node/doc/api
Thomas Shinnick 4cf0ce5bb4 docs: typos and minor edits in several modules
Mostly quite minor edits.  Those possibly of more interest are:

  emitter.setMaxListeners(n)

    That the limit is per event name for an emitter.

  fs.readlink()

    Not a path, but rather the symbolic link's string value, which
      would be at best a partial path, certainly not a 'resolvedPath'

  global.__filename

    This may be "well-known" but this is a full path to the module
    that referencing code is running in.  It is not the main program's
    path, unless you are in the main program.  Each module knows only
    its own path.

  server.listen(port,...)

    I actually needed this functionality... "gimme just _any_ next port"

  stream.end()
  stream.destroy()

    Yeah, everybody knows what happens to the queued data, but let's
    make it *really* explicit for the first readers.
2011-09-06 18:19:41 +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 node-amqp is now being maintained by Theo Schlossnagle https://github.com/postwait/node-amqp 2011-07-17 22:40:01 +02: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 Merge remote branch 'origin/v0.4' 2011-08-17 13:25:44 -07:00
child_processes.markdown Revert commits 12c8b27 and 88f416a, fixed properly in 2fe4558. 2011-08-05 04:29:16 +02:00
crypto.markdown crypto: PBKDF2 function from OpenSSL 2011-08-12 16:23:11 +02:00
debugger.markdown typos 2011-02-24 16:36:43 -08:00
dgram.markdown docs: remove unix dgram documentation 2011-08-24 22:27:25 +02:00
dns.markdown Fix doc - missing dns.resolveNs() and dns.resolveCname() 2011-05-14 14:36:58 -07:00
events.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
fs.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
globals.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
http.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02: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 Revert "AMD compatibility for node" 2011-07-29 11:56:38 -07:00
net.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
os.markdown Rework getNetworkInterfaces() for Linux, SunOS, Mac OS X 2011-05-20 08:34:18 -07:00
path.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
process.markdown docs: process.memoryUsage returns memory usage measured in bytes 2011-08-20 01:00:21 +02:00
querystring.markdown docs: document querystring behavior for arrays and unassigned parameters 2011-08-30 15:17:05 +02:00
readline.markdown Fixes #1635. Fixed typo 2011-09-02 13:01:05 -07:00
repl.markdown Close #955 Change ^C handling in REPL 2011-04-21 12:17:21 -07:00
stdio.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
streams.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02: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 docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
tls.markdown docs: Fix merge error in tls docs 2011-09-05 00:48:35 +09:00
tty.markdown typos 2011-02-24 16:36:43 -08:00
url.markdown docs: explain how url.format works (`search` trumps `query`, etc) 2011-09-03 03:29:49 +02:00
util.markdown Improve util.format() compatibility with browser. 2011-08-08 23:24:05 +09:00
vm.markdown vm: fix incorrect dispatch of vm.runInContext for argument "filename" 2011-08-16 14:50:04 +02:00