aboutsummaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-09-13 18:31:17 +0200
committerRyan Dahl <ry@tinyclouds.org>2009-09-13 18:31:17 +0200
commit0d1ec5fdbe8e9e162a527e8ce965e6ae680a8101 (patch)
treeee27dec35c0717ecaa14deefcda0a5cc621a867e /doc/node.1
parentd1a13bdd35e6a404b15d229fefdb361ac43a5d81 (diff)
downloadandroid-node-v8-0d1ec5fdbe8e9e162a527e8ce965e6ae680a8101.tar.gz
android-node-v8-0d1ec5fdbe8e9e162a527e8ce965e6ae680a8101.tar.bz2
android-node-v8-0d1ec5fdbe8e9e162a527e8ce965e6ae680a8101.zip
API: node.fs.read() takes a normal encoding parameter.
Removes node.UTF8, node.RAW, node.ASCII enum versions of the encodings. node.fs.read() now supports "raws" encoding.
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.110
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/node.1 b/doc/node.1
index 3dfc899f25..9ae853dfbc 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -1,11 +1,11 @@
.\" Title: node
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
-.\" Date: 09/12/2009
+.\" Date: 09/13/2009
.\" Manual:
.\" Source:
.\"
-.TH "NODE" "1" "09/12/2009" "" ""
+.TH "NODE" "1" "09/13/2009" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -732,12 +732,6 @@ is an integer specifying the number of bytes to read\.
position
is an integer specifying where to begin reading from in the file\.
.sp
-encoding
-is either
-node\.UTF8
-or
-node\.RAW\.
-.sp
.RS 4
\h'-04'\(bu\h'+03'on success: returns
data, bytes_read, what was read from the file\.