ip.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
David Prévot 2014-09-10 17:38:32 -04:00 committed by Michael Kerrisk
parent 9cd6730cb9
commit 03c4a471ba
1 changed files with 3 additions and 3 deletions

View File

@ -1006,17 +1006,17 @@ the port number in a socket address is specified as 0 when calling
is called on a stream socket that was not previously bound;
.IP *
.BR connect (2)
was called on a socket that was not not previously bound;
was called on a socket that was not previously bound;
.IP *
.BR sendto (2)
is called on a datagram socket that was not not previously bound.
is called on a datagram socket that was not previously bound.
.RE
.IP
Allocation of ephemeral ports starts with the first number in
.IR ip_local_port_range
and ends with the second number.
If the range of ephemeral ports is exhausted,
then the relevant system call returns an error (but see BUGS)
then the relevant system call returns an error (but see BUGS).
.IP
Note that the port range in
.IR ip_local_port_range