doc: remove `bufferSize` option
authorKiyoshi Nomo <tokyoincidents.g@gmail.com>
Wed, 22 May 2013 14:22:21 +0000 (23:22 +0900)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 30 May 2013 13:10:03 +0000 (15:10 +0200)
`bufferSize` option has been removed in b0f6789.

doc/api/fs.markdown

index e69f693..79b6473 100644 (file)
@@ -650,7 +650,6 @@ Returns a new ReadStream object (See `Readable Stream`).
       encoding: null,
       fd: null,
       mode: 0666,
-      bufferSize: 64 * 1024,
       autoClose: true
     }