summaryrefslogtreecommitdiff
path: root/usr/src/man/man3xnet/recvmsg.3xnet
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3xnet/recvmsg.3xnet')
-rw-r--r--usr/src/man/man3xnet/recvmsg.3xnet22
1 files changed, 16 insertions, 6 deletions
diff --git a/usr/src/man/man3xnet/recvmsg.3xnet b/usr/src/man/man3xnet/recvmsg.3xnet
index 033e1928f1..b07c950a41 100644
--- a/usr/src/man/man3xnet/recvmsg.3xnet
+++ b/usr/src/man/man3xnet/recvmsg.3xnet
@@ -244,7 +244,7 @@ performed an orderly shutdown, \fBrecvmsg()\fR returns \fB0\fR. Otherwise,
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 \fBrecvmsg()\fR function will fail if:
@@ -402,7 +402,7 @@ complete.
.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
@@ -419,7 +419,17 @@ MT-Level MT-Safe
.SH SEE ALSO
.LP
-\fBpoll\fR(2), \fBrecv\fR(3XNET), \fBrecvfrom\fR(3XNET), \fBselect\fR(3C),
-\fBsend\fR(3XNET), \fBsendmsg\fR(3XNET), \fBsendto\fR(3XNET),
-\fBsetsockopt\fR(3XNET), \fBshutdown\fR(3XNET), \fBsocket\fR(3XNET),
-\fBsocket.h\fR(3HEAD), \fBattributes\fR(5), \fBstandards\fR(5), \fBtcp\fR(7P)
+.BR poll (2),
+.BR select (3C),
+.BR socket.h (3HEAD),
+.BR recv (3XNET),
+.BR recvfrom (3XNET),
+.BR send (3XNET),
+.BR sendmsg (3XNET),
+.BR sendto (3XNET),
+.BR setsockopt (3XNET),
+.BR shutdown (3XNET),
+.BR socket (3XNET),
+.BR tcp (4P),
+.BR attributes (7),
+.BR standards (7)