Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: small changes.
  • Loading branch information
koichik committed Jan 7, 2012
1 parent ff4096f commit 57653ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/api/http.markdown
Expand Up @@ -759,7 +759,7 @@ The response trailers object. Only populated after the 'end' event.

Set the encoding for the response body. Either `'utf8'`, `'ascii'`, or
`'base64'`. Defaults to `null`, which means that the `'data'` event will emit
a `Buffer` object..
a `Buffer` object.

### response.pause()

Expand Down
7 changes: 4 additions & 3 deletions doc/api/net.markdown
Expand Up @@ -131,9 +131,10 @@ would be to wait a second and then try again. This can be done with

Start a UNIX socket server listening for connections on the given `path`.

This function is asynchronous. The last parameter `listeningListener` will be
called when the server has been bound.
See also ['listening'](#event_listening_) event.
This function is asynchronous. When the server has been bound,
['listening'](#event_listening_) event will be emitted.
the last parameter `listeningListener` will be added as an listener for the
['listening'](#event_listening_) event.

#### server.pause(msecs)

Expand Down
2 changes: 1 addition & 1 deletion doc/api/tls.markdown
Expand Up @@ -237,7 +237,7 @@ server, you unauthorized connections may be accepted.
SNI.


### Event: 'clientError'
#### Event: 'clientError'

`function (exception) { }`

Expand Down

0 comments on commit 57653ad

Please sign in to comment.