diff --git a/doc/api.markdown b/doc/api.markdown index 525743c3a4..00d43069d2 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -1367,9 +1367,7 @@ is ready to accept connections. ### server.listen(path) -Start an HTTP UNIX socket server listening for connections on the given `path`. -(Hint: use NGINX to load balance across many Node servers with this.) - +Start a UNIX socket server listening for connections on the given `path`. This function is asynchronous. `listening` will be emitted when the server is ready to accept connections.