diff options
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/gen_tcp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/gen_tcp.xml b/lib/kernel/doc/src/gen_tcp.xml index 751dfcad1d..f8b41d24e2 100644 --- a/lib/kernel/doc/src/gen_tcp.xml +++ b/lib/kernel/doc/src/gen_tcp.xml @@ -260,7 +260,7 @@ do_recv(Sock, Bs) -> time-out in milliseconds. Defaults to <c>infinity</c>.</p> <note> <p>Keep in mind that if the underlying OS <c>connect()</c> call returns - with a timeout, <c>gen_tcp:connect</c> will also return with a timeout + a timeout, <c>gen_tcp:connect</c> will also return a timeout (i.e. <c>{error, etimedout}</c>), even if a larger <c>Timeout</c> was specified.</p> </note> |