summaryrefslogtreecommitdiff
path: root/usr/src/man/man3socket/recv.3socket
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3socket/recv.3socket')
-rw-r--r--usr/src/man/man3socket/recv.3socket9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/man/man3socket/recv.3socket b/usr/src/man/man3socket/recv.3socket
index fa011c4481..5f987e43f0 100644
--- a/usr/src/man/man3socket/recv.3socket
+++ b/usr/src/man/man3socket/recv.3socket
@@ -30,7 +30,6 @@ recv, recvfrom, recvmsg \- receive a message from a socket
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBrecv()\fR, \fBrecvfrom()\fR, and \fBrecvmsg()\fR functions are used to
receive messages from another socket. The \fIs\fR socket is created with
@@ -116,13 +115,11 @@ write requests are unaffected.
The \fBrecvmsg()\fR function call uses a \fBmsghdr\fR structure defined in
<\fBsys/socket.h\fR> to minimize the number of directly supplied parameters.
.SH RETURN VALUES
-.sp
.LP
Upon successful completion, these functions return the number of bytes
received. Otherwise, they return \fB-1\fR and set \fBerrno\fR to indicate the
error.
.SH ERRORS
-.sp
.LP
The \fBrecv()\fR, \fBrecvfrom()\fR, and \fBrecvmsg()\fR functions return errors
under the following conditions:
@@ -259,7 +256,6 @@ One of the \fIiov_len\fR values in the \fBmsg_iov\fR array member of the
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -277,9 +273,8 @@ MT-Level Safe
.TE
.SH SEE ALSO
-.sp
.LP
\fBfcntl\fR(2), \fBioctl\fR(2), \fBread\fR(2), \fBconnect\fR(3SOCKET),
\fBgetsockopt\fR(3SOCKET), \fBlibxnet\fR(3LIB), \fBselect\fR(3C),
-\fBsend\fR(3SOCKET), \fBsocket\fR(3SOCKET), \fBsocket.h\fR(3HEAD),
-\fBattributes\fR(5)
+\fBsend\fR(3SOCKET), \fBsockaddr\fR(3SOCKET), \fBsocket\fR(3SOCKET),
+\fBsocket.h\fR(3HEAD), \fBattributes\fR(5)