summaryrefslogtreecommitdiff
path: root/usr/src/man/man3socket/sctp_bindx.3socket
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3socket/sctp_bindx.3socket')
-rw-r--r--usr/src/man/man3socket/sctp_bindx.3socket11
1 files changed, 3 insertions, 8 deletions
diff --git a/usr/src/man/man3socket/sctp_bindx.3socket b/usr/src/man/man3socket/sctp_bindx.3socket
index 3f94ca2846..60f3fe905d 100644
--- a/usr/src/man/man3socket/sctp_bindx.3socket
+++ b/usr/src/man/man3socket/sctp_bindx.3socket
@@ -18,7 +18,6 @@ sctp_bindx \- add or remove IP addresses to or from an SCTP socket
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBsctp_bindx()\fR function adds or removes addresses to or from an SCTP
socket. If \fIsock\fR is an Internet Protocol Version 4 (IPv4) socket,
@@ -68,13 +67,11 @@ addresses to or from an established association. In such a case, messages are
exchanged between the SCTP endpoints to update the address lists for that
association if both endpoints support dynamic address reconfiguration.
.SH RETURN VALUES
-.sp
.LP
Upon successful completion, the \fBsctp_bindx()\fR function returns \fB0\fR.
Otherwise, the function returns \fB-1\fR and sets \fBerrno\fR to indicate the
error.
.SH ERRORS
-.sp
.LP
The \fBsctp_bindx()\fR call fails under the following conditions.
.sp
@@ -123,7 +120,6 @@ The last address is requested to be removed from an established association.
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -141,14 +137,13 @@ MT-Level Safe
.TE
.SH SEE ALSO
-.sp
.LP
\fBbind\fR(3SOCKET), \fBin.h\fR(3HEAD), \fBlibsctp\fR(3LIB),
\fBlisten\fR(3SOCKET), \fBsctp_freeladdrs\fR(3SOCKET),
\fBsctp_freepaddrs\fR(3SOCKET), \fBsctp_getladdrs\fR(3SOCKET),
-\fBsctp_getpaddrs\fR(3SOCKET), \fBsocket\fR(3SOCKET), \fBinet\fR(7P),
-\fBinet6\fR(7P), \fBip\fR(7P), \fBip6\fR(7P), \fBsctp\fR(7P)
+\fBsctp_getpaddrs\fR(3SOCKET), \fBsockaddr\fR(3SOCKET), \fBsocket\fR(3SOCKET),
+\fBinet\fR(7P), \fBinet6\fR(7P), \fBip\fR(7P), \fBip6\fR(7P), \fBsctp\fR(7P)
+
.SH NOTES
-.sp
.LP
IPv4-mapped addresses are not recommended.