summaryrefslogtreecommitdiff
path: root/usr/src/man/man3socket/sctp_send.3socket
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2014-11-16 13:51:26 -0800
committerRobert Mustacchi <rm@joyent.com>2014-11-17 22:09:25 -0800
commit177d5b5f8c0e969013441207a0a705ae66b08cf7 (patch)
tree0648d6d10ceab266a3acb20e2904e89eae510c65 /usr/src/man/man3socket/sctp_send.3socket
parentb998737654179ec0e068e04f6fda6e76777171c9 (diff)
downloadillumos-gate-177d5b5f8c0e969013441207a0a705ae66b08cf7.tar.gz
5331 want sockaddr(3SOCKET)
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3socket/sctp_send.3socket')
-rw-r--r--usr/src/man/man3socket/sctp_send.3socket5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/man/man3socket/sctp_send.3socket b/usr/src/man/man3socket/sctp_send.3socket
index 81322ed3c1..3a44106596 100644
--- a/usr/src/man/man3socket/sctp_send.3socket
+++ b/usr/src/man/man3socket/sctp_send.3socket
@@ -19,7 +19,6 @@ sctp_send \- send message from an SCTP socket
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBsctp_send()\fR function sends messages from one-to-one and one-to-many
style SCTP endpoints. The following parameters can be set:
@@ -61,12 +60,10 @@ parameter to send a message to the association represented in the ID.
.LP
Flags supported for \fBsctp_send()\fR are reserved for future use.
.SH RETURN VALUES
-.sp
.LP
Upon successful completion, the \fBsctp_send()\fR function returns the number
of bytes sent. The function returns \fB-1\fR if an error occurs.
.SH ERRORS
-.sp
.LP
The \fBsctp_send()\fR function fails under the following conditions.
.sp
@@ -163,7 +160,6 @@ or \fBAF_INET6\fR.
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -181,7 +177,6 @@ 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),