connect.2: Remove mention of ip_local_port_range under EAGAIN error

Man-pages commit ac7477eb7a added EADDRNOTAVAIL as the correct
error for ephemeral port range exhaustion.  However, that error
was also incorrectly described under the EAGAIN entry. So,
remove that text under EAGAIN.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-19 13:04:52 +02:00
parent 170752fde9
commit c73dc4fe14
1 changed files with 1 additions and 8 deletions

View File

@ -168,14 +168,7 @@ The passed address didn't have the correct address family in its
field.
.TP
.B EAGAIN
No more free local ports or insufficient entries in the routing cache.
For
.B AF_INET
see the description of
.I /proc/sys/net/ipv4/ip_local_port_range
in
.BR ip (7)
for information on how to increase the number of local ports.
Insufficient entries in the routing cache.
.TP
.B EALREADY
The socket is nonblocking and a previous connection attempt has not yet