Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-09-13 20:31:17 +0400
committerRyan Dahl <ry@tinyclouds.org>2009-09-13 20:31:17 +0400
commit0d1ec5fdbe8e9e162a527e8ce965e6ae680a8101 (patch)
treeee27dec35c0717ecaa14deefcda0a5cc621a867e /doc/node.1
parentd1a13bdd35e6a404b15d229fefdb361ac43a5d81 (diff)
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 3dfc899f254..9ae853dfbc8 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\.