Removed a misleading cross-ref to socket.2.

This commit is contained in:
Michael Kerrisk 2006-03-31 22:58:00 +00:00
parent 16c892d319
commit 7080c286cd
1 changed files with 1 additions and 2 deletions

View File

@ -97,8 +97,7 @@ parameter.
All three routines 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
received from (see
.BR socket (2)).
received from.
.PP
If no messages are available at the socket, the receive calls wait for a
message to arrive, unless the socket is nonblocking (see