doc: multiple documentation updates cherry picked from v0.12
authorJames M Snell <jasnell@gmail.com>
Wed, 24 Jun 2015 03:42:49 +0000 (20:42 -0700)
committerJames M Snell <jasnell@gmail.com>
Wed, 5 Aug 2015 15:44:55 +0000 (08:44 -0700)
commit936c9ffb0fa8e023b40e20882c16aaaef0ba4178
treef92d3b160166f4726ffd40dec487a15b3c9bf09a
parentd88194d261ddf7f0b4b821158244ad0b4d0f1279
doc: multiple documentation updates cherry picked from v0.12

 * doc: improve http.abort description
 * doc: mention that mode is ignored if file exists
 * docs: Fix default options for fs.createWriteStream()
 * Documentation update about Buffer initialization
 * doc: add a note about readable in flowing mode
 * doc: Document http.request protocol option
 * doc, comments: Grammar and spelling fixes
 * updated documentation for fs.createReadStream
 * Update child_process.markdown, spelling
 * doc: Clarified read method with specified size argument.
 * docs:events clarify emitter.listener() behavior
 * doc: two minor stream doc improvements
 * doc: clarify Readable._read and Readable.push
 * doc: stream.unshift does not reset reading state
 * doc: readable event clarification
 * doc: additional refinement to readable event

Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noorduis <ben@strongloop.com>
PR-URL: https://github.com/nodejs/io.js/pull/2302
12 files changed:
doc/api/buffer.markdown
doc/api/child_process.markdown
doc/api/cluster.markdown
doc/api/dns.markdown
doc/api/events.markdown
doc/api/fs.markdown
doc/api/http.markdown
doc/api/stream.markdown
lib/_http_client.js
lib/url.js
src/node.cc
src/node_object_wrap.h