summaryrefslogtreecommitdiff
path: root/usr/src/man/man3xnet/sendmsg.3xnet
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3xnet/sendmsg.3xnet')
-rw-r--r--usr/src/man/man3xnet/sendmsg.3xnet22
1 files changed, 15 insertions, 7 deletions
diff --git a/usr/src/man/man3xnet/sendmsg.3xnet b/usr/src/man/man3xnet/sendmsg.3xnet
index 0ff4fb79a5..606c7a985f 100644
--- a/usr/src/man/man3xnet/sendmsg.3xnet
+++ b/usr/src/man/man3xnet/sendmsg.3xnet
@@ -169,7 +169,7 @@ 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 \fBsendmsg()\fR function will fail if:
@@ -461,7 +461,7 @@ length exceeds \fIPATH_MAX\fR.
.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
@@ -478,8 +478,16 @@ MT-Level MT-Safe
.SH SEE ALSO
.LP
-\fBpoll\fR(2) \fBgetsockopt\fR(3XNET), \fBrecv\fR(3XNET),
-\fBrecvfrom\fR(3XNET), \fBrecvmsg\fR(3XNET), \fBselect\fR(3C),
-\fBsend\fR(3XNET), \fBsendto\fR(3XNET), \fBsetsockopt\fR(3XNET),
-\fBshutdown\fR(3XNET), \fBsocket\fR(3XNET), \fBattributes\fR(5),
-\fBstandards\fR(5), \fBtcp\fR(7P)
+\fBpoll\fR(2) \fBselect\fR(3C),
+.BR getsockopt (3XNET),
+.BR recv (3XNET),
+.BR recvfrom (3XNET),
+.BR recvmsg (3XNET),
+.BR send (3XNET),
+.BR sendto (3XNET),
+.BR setsockopt (3XNET),
+.BR shutdown (3XNET),
+.BR socket (3XNET),
+.BR tcp (4P),
+.BR attributes (7),
+.BR standards (7)