summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoshi Nomo <tokyoincidents.g@gmail.com>2013-05-22 23:22:21 +0900
committerBen Noordhuis <info@bnoordhuis.nl>2013-05-30 15:10:03 +0200
commit36e90da6df56d6efeb12a38c1ed092eede4182a5 (patch)
tree644c0c35c354937dc74f4d90b2bf079f4d72effb
parent774b28fde7035b076f5d80ade2ea293b18f2084b (diff)
downloadnode-36e90da6df56d6efeb12a38c1ed092eede4182a5.tar.gz
doc: remove `bufferSize` option
`bufferSize` option has been removed in b0f6789.
-rw-r--r--doc/api/fs.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown
index e69f6937a..79b64733c 100644
--- a/doc/api/fs.markdown
+++ b/doc/api/fs.markdown
@@ -650,7 +650,6 @@ Returns a new ReadStream object (See `Readable Stream`).
encoding: null,
fd: null,
mode: 0666,
- bufferSize: 64 * 1024,
autoClose: true
}