diff --git a/doc/api.html b/doc/api.html index 46b19e60d3..4641471a3f 100644 --- a/doc/api.html +++ b/doc/api.html @@ -827,15 +827,14 @@ on error: no parameters.
- Write data to the file specified by fd. data is either an array of - integers (for raw data) or a string for UTF-8 encoded characters. - position refers to the offset from the beginning of the file where this - data should be written. If position is null, the data will be written at - the current position. See pwrite(2). + Write data to the file specified by fd. position refers to the offset + from the beginning of the file where this data should be written. If + position is null, the data will be written at the current position. + See pwrite(2).