recv.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-11 10:55:32 +01:00
parent 9c3b78a358
commit 00b5fccba3
1 changed files with 3 additions and 0 deletions

View File

@ -241,6 +241,7 @@ satisfied.
However, the call may still return less data than requested if
a signal is caught, an error or disconnect occurs, or the next data to be
received is of a different type than that returned.
.\"
.SS recvfrom()
.BR recvfrom ()
places the received message into the buffer
@ -281,6 +282,7 @@ If the caller is not interested in the source address,
should be specified as NULL and
.I addrlen
should be specified as 0.
.\"
.SS recv()
The
.BR recv ()
@ -293,6 +295,7 @@ and is identical to
with a NULL
.I src_addr
argument.
.\"
.SS recvmsg()
The
.BR recvmsg ()