aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/socket.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/socket.html b/doc/socket.html
index d050a42..d155a20 100644
--- a/doc/socket.html
+++ b/doc/socket.html
@@ -210,6 +210,11 @@ Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a>
210method or <tt>accept</tt> might block forever. 210method or <tt>accept</tt> might block forever.
211</p> 211</p>
212 212
213<p class=note>
214<b>Yet another note</b>: If you close a socket and pass
215it to <tt>select</tt>, it will be ignored.
216</p>
217
213<!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 218<!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
214 219
215<p class=name id=sink> 220<p class=name id=sink>