recv.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-11 10:59:41 +01:00
parent bba8774703
commit ea62994487
1 changed files with 2 additions and 2 deletions

View File

@ -62,13 +62,13 @@ The
.BR recvfrom (),
and
.BR recvmsg ()
system calls are used to receive messages from a socket.
calls are used to receive messages from a socket.
They may be used
to receive data on both connectionless and connection-oriented sockets.
This page first describes common features of all three system calls,
and then describes the differences between the calls.
.PP
All three routines return the length of the message on successful
All three calls return the length of the message on successful
completion.
If a message is too long to fit in the supplied buffer, excess
bytes may be discarded depending on the type of socket the message is