summaryrefslogtreecommitdiff
path: root/usr/src/man/man3xnet/recvfrom.3xnet
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3xnet/recvfrom.3xnet')
-rw-r--r--usr/src/man/man3xnet/recvfrom.3xnet22
1 files changed, 15 insertions, 7 deletions
diff --git a/usr/src/man/man3xnet/recvfrom.3xnet b/usr/src/man/man3xnet/recvfrom.3xnet
index eb252172c7..c07f0e7232 100644
--- a/usr/src/man/man3xnet/recvfrom.3xnet
+++ b/usr/src/man/man3xnet/recvfrom.3xnet
@@ -211,7 +211,7 @@ function returns \(mi1 and sets \fBerrno\fR to indicate the 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 \fBrecvfrom()\fR function will fail if:
@@ -356,7 +356,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
@@ -373,8 +373,16 @@ MT-Level MT-Safe
.SH SEE ALSO
.LP
-\fBpoll\fR(2), \fBsockaddr\fR(3SOCKET),
-\fBrecv\fR(3XNET), \fBrecvmsg\fR(3XNET), \fBselect\fR(3C)
-\fBsend\fR(3XNET), \fBsendmsg\fR(3XNET), \fBsendto\fR(3XNET),
-\fBshutdown\fR(3XNET), \fBsocket\fR(3XNET), \fBattributes\fR(5),
-\fBstandards\fR(5), \fBtcp\fR(7P)
+.BR poll (2),
+.BR sockaddr (3SOCKET),
+.BR recv (3XNET),
+.BR recvmsg (3XNET),
+.BR select (3C)
+.BR send (3XNET),
+.BR sendmsg (3XNET),
+.BR sendto (3XNET),
+.BR shutdown (3XNET),
+.BR socket (3XNET),
+.BR tcp (4P),
+.BR attributes (7),
+.BR standards (7)