diff options
Diffstat (limited to 'usr/src/man/man3socket/sctp_sendmsg.3socket')
-rw-r--r-- | usr/src/man/man3socket/sctp_sendmsg.3socket | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/man/man3socket/sctp_sendmsg.3socket b/usr/src/man/man3socket/sctp_sendmsg.3socket index 382e93b35f..281481a340 100644 --- a/usr/src/man/man3socket/sctp_sendmsg.3socket +++ b/usr/src/man/man3socket/sctp_sendmsg.3socket @@ -21,7 +21,6 @@ sctp_sendmsg \- send message from an SCTP socket .fi .SH DESCRIPTION -.sp .LP The \fBsctp_sendmsg()\fR function sends a message from the SCTP endpoint \fIs\fR. @@ -144,12 +143,10 @@ but it cannot be used subsequently on an existing association. Since \fBsctp_sendmsg()\fR always uses 0 internally as the association ID, it is not suitable for use on one-to-many sockets. .SH RETURN VALUES -.sp .LP Upon successful completion, the \fBsctp_sendmsg()\fR function returns the number of bytes sent. The function returns \fB-1\fR if an error occurs. .SH ERRORS -.sp .LP The \fBsctp_sendmsg()\fR function will fail if: .sp @@ -244,7 +241,6 @@ or \fBAF_INET6\fR. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -262,9 +258,8 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBaccept\fR(3SOCKET), \fBbind\fR(3SOCKET), \fBconnect\fR(3SOCKET), \fBin.h\fR(3HEAD), \fBlibsctp\fR(3LIB), \fBlisten\fR(3SOCKET), -\fBsendmsg\fR(3SOCKET), \fBsocket\fR(3SOCKET), \fBsocket.h\fR(3HEAD), -\fBattributes\fR(5), \fBsctp\fR(7P) +\fBsendmsg\fR(3SOCKET), \fBsockaddr\fR(3SOCKET), \fBsocket\fR(3SOCKET), +\fBsocket.h\fR(3HEAD), \fBattributes\fR(5), \fBsctp\fR(7P) |