0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc
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
..
api docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
api_assets
logos Bump version to v0.4.10 2011-07-19 23:51:42 -07:00
cla.html
favicon.ico Update favicon 2011-07-11 12:24:49 -07:00
index.html Bump version to v0.5.5 2011-08-26 23:24:18 +02:00
joyent-logo_orange_nodeorg-01.png
logo.png logo update 2011-07-11 08:30:37 -07:00
node.1 Finish removing require.paths 2011-07-24 18:04:45 -07:00
pipe.css Bump version to v0.4.10 2011-07-19 23:51:42 -07:00
sh_javascript.min.js
sh_main.js
sh_vim-dark.css logo update 2011-07-11 08:30:37 -07:00
sponsored.png logo update 2011-07-11 08:30:37 -07:00
template.html Bump version to v0.5.5 2011-08-26 23:24:18 +02:00
trademark-policy.pdf logo update 2011-07-11 08:30:37 -07:00
v0.4_announcement.html Added favicon.ico 2011-04-02 02:35:23 -07:00