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.3socket5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/man/man3socket/sctp_peeloff.3socket b/usr/src/man/man3socket/sctp_peeloff.3socket
index 00449dfbbb..6dd770f3b1 100644
--- a/usr/src/man/man3socket/sctp_peeloff.3socket
+++ b/usr/src/man/man3socket/sctp_peeloff.3socket
@@ -20,7 +20,6 @@ to create a one-to-one STP socket
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBsctp_peeloff()\fR function branches off an existing association from a
one-to-many style SCTP socket into a separate socket file descriptor. The
@@ -31,13 +30,11 @@ to operations allowed on a one-to-one style SCTP socket.
The \fIsock\fR argument is a one-to-many socket. The association specified by
the \fIid\fR argument is branched off \fIsock\fR.
.SH RETURN VALUES
-.sp
.LP
Upon successful completion, the \fBsctp_peeloff()\fR function returns the file
descriptor that references the branched-off socket. The function returns
\fB-1\fR if an error occurs.
.SH ERRORS
-.sp
.LP
The \fBsctp_peeloff()\fR function fails under the following conditions.
.sp
@@ -69,7 +66,6 @@ Failure to create a new user file descriptor or file structure.
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -87,6 +83,5 @@ MT-Level Safe
.TE
.SH SEE ALSO
-.sp
.LP
\fBin.h\fR(3HEAD), \fBlibsctp\fR(3LIB), \fBsocket\fR(3SOCKET), \fBsctp\fR(7P)