diff options
Diffstat (limited to 'usr/src/man/man3xnet/recv.3xnet')
-rw-r--r-- | usr/src/man/man3xnet/recv.3xnet | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/usr/src/man/man3xnet/recv.3xnet b/usr/src/man/man3xnet/recv.3xnet index 8afde15db2..6be111f948 100644 --- a/usr/src/man/man3xnet/recv.3xnet +++ b/usr/src/man/man3xnet/recv.3xnet @@ -172,7 +172,7 @@ an orderly shutdown, \fBrecv()\fR returns 0. Otherwise, -1 is returned and 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 function will fail if: @@ -319,7 +319,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 @@ -336,7 +336,15 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBpoll\fR(2), \fBrecvmsg\fR(3XNET), \fBrecvfrom\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 select (3C), +.BR recvfrom (3XNET), +.BR recvmsg (3XNET), +.BR send (3XNET), +.BR sendmsg (3XNET), +.BR sendto (3XNET), +.BR shutdown (3XNET), +.BR socket (3XNET), +.BR tcp (4P), +.BR attributes (7), +.BR standards (7) |