socket.7: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-26 06:10:59 +01:00
parent 4d196edb82
commit eebf8c09a4
1 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ This option has no effect on stream-oriented sockets.
.B SO_BSDCOMPAT
Enable BSD bug-to-bug compatibility.
This is used by the UDP protocol module in Linux 2.0 and 2.2.
If enabled ICMP errors received for a UDP socket will not be passed
If enabled, ICMP errors received for a UDP socket will not be passed
to the user program.
In later kernel versions, support for this option has been phased out:
Linux 2.4 silently ignores it, and Linux 2.6 generates a kernel warning
@ -632,7 +632,7 @@ or
(for
.BR connect (2))
just as if the socket was specified to be nonblocking.
If the timeout is set to zero (the default)
If the timeout is set to zero (the default),
then the operation will never timeout.
Timeouts only have effect for system calls that perform socket I/O (e.g.,
.BR read (2),