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.3socket14
1 files changed, 9 insertions, 5 deletions
diff --git a/usr/src/man/man3socket/recv.3socket b/usr/src/man/man3socket/recv.3socket
index 0881252913..9d95155967 100644
--- a/usr/src/man/man3socket/recv.3socket
+++ b/usr/src/man/man3socket/recv.3socket
@@ -126,7 +126,7 @@ error.
In addition to the errors documented below, an asynchronous error generated by
the underlying socket protocol may be returned. For the full list of errors,
please see the corresponding socket protocol manual page. For example, for a
-list of TCP errors, please see \fBtcp\fR(7P).
+list of TCP errors, please see \fBtcp\fR(4P).
.sp
.LP
The \fBrecv()\fR, \fBrecvfrom()\fR, and \fBrecvmsg()\fR functions return errors
@@ -276,7 +276,7 @@ One of the \fIiov_len\fR values in the \fBmsg_iov\fR array member of the
.SH ATTRIBUTES
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -295,6 +295,10 @@ MT-Level Safe
.LP
\fBfcntl\fR(2), \fBioctl\fR(2), \fBpoll\fR(2), \fBread\fR(2),
\fBconnect\fR(3SOCKET), \fBgetsockopt\fR(3SOCKET), \fBlibxnet\fR(3LIB),
-\fBport_get(3C)\fR, \fBselect\fR(3C), \fBsend\fR(3SOCKET),
-\fBsockaddr\fR(3SOCKET), \fBsocket\fR(3SOCKET), \fBsocket.h\fR(3HEAD),
-\fBattributes\fR(5), \fBtcp\fR(7P)
+\fBport_get(3C)\fR, \fBselect\fR(3C),
+.BR socket.h (3HEAD),
+.BR send (3SOCKET),
+.BR sockaddr (3SOCKET),
+.BR socket (3SOCKET),
+.BR tcp (4P),
+.BR attributes (7)