summaryrefslogtreecommitdiff
path: root/usr/src/man/man3socket/sctp_peeloff.3socket
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3socket/sctp_peeloff.3socket')
-rw-r--r--usr/src/man/man3socket/sctp_peeloff.3socket21
1 files changed, 7 insertions, 14 deletions
diff --git a/usr/src/man/man3socket/sctp_peeloff.3socket b/usr/src/man/man3socket/sctp_peeloff.3socket
index c143b55dad..00449dfbbb 100644
--- a/usr/src/man/man3socket/sctp_peeloff.3socket
+++ b/usr/src/man/man3socket/sctp_peeloff.3socket
@@ -4,7 +4,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH sctp_peeloff 3SOCKET "05 Mar 2004" "SunOS 5.11" "Sockets Library Functions"
+.TH SCTP_PEELOFF 3SOCKET "Mar 05, 2004"
.SH NAME
sctp_peeloff \- branch off existing association from a one-to-many SCTP socket
to create a one-to-one STP socket
@@ -42,35 +42,29 @@ descriptor that references the branched-off socket. The function returns
The \fBsctp_peeloff()\fR function fails under the following conditions.
.sp
.ne 2
-.mk
.na
\fB\fBEOPTNOTSUPP\fR\fR
.ad
.RS 15n
-.rt
The \fIsock\fR argument is not a one-to-many style SCTP socket.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 15n
-.rt
The \fIid\fR is \fB0\fR or greater than the maximum number of associations for
\fIsock\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEMFILE\fR\fR
.ad
.RS 15n
-.rt
Failure to create a new user file descriptor or file structure.
.RE
@@ -82,15 +76,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityEvolving
+Interface Stability Evolving
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO