From 7f94b5ccca369600ee438c5d8771a2455044f37d Mon Sep 17 00:00:00 2001 From: Cam Pedersen Date: Tue, 21 Feb 2012 17:32:19 -0500 Subject: [PATCH] docs: remove duplicate socket.write --- doc/api/net.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/api/net.markdown b/doc/api/net.markdown index bde5cee1906..a857eac29d0 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -302,11 +302,6 @@ buffer. Returns `false` if all or part of the data was queued in user memory. The optional `callback` parameter will be executed when the data is finally written out - this may not be immediately. -#### socket.write(data, [encoding], [callback]) - -Write data with the optional encoding. The callback will be made when the -data is flushed to the kernel. - #### socket.end([data], [encoding]) Half-closes the socket. i.e., it sends a FIN packet. It is possible the