summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/door_create.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/door_create.3c')
-rw-r--r--usr/src/man/man3c/door_create.3c26
1 files changed, 8 insertions, 18 deletions
diff --git a/usr/src/man/man3c/door_create.3c b/usr/src/man/man3c/door_create.3c
index b3907ecff7..74965be5f4 100644
--- a/usr/src/man/man3c/door_create.3c
+++ b/usr/src/man/man3c/door_create.3c
@@ -3,7 +3,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 door_create 3C "22 Jan 2008" "SunOS 5.11" "Standard C Library Functions"
+.TH DOOR_CREATE 3C "Jan 22, 2008"
.SH NAME
door_create \- create a door descriptor
.SH SYNOPSIS
@@ -33,7 +33,6 @@ attributes associated with the newly created door. Valid values for
\fIattributes\fR are constructed by OR-ing one or more of the following values:
.sp
.ne 2
-.mk
.na
\fB\fBDOOR_UNREF\fR\fR
.ad
@@ -50,7 +49,6 @@ invocation, the values for \fIarg_size\fR, \fIdp\fR and \fIn_did\fR are
.sp
.ne 2
-.mk
.na
\fB\fBDOOR_UNREF_MULTI\fR\fR
.ad
@@ -66,7 +64,6 @@ the door is still unreferenced.
.sp
.ne 2
-.mk
.na
\fB\fBDOOR_PRIVATE\fR\fR
.ad
@@ -79,7 +76,6 @@ threads are associated with a door's private server pool using
.sp
.ne 2
-.mk
.na
\fB\fBDOOR_REFUSE_DESC\fR\fR
.ad
@@ -92,7 +88,6 @@ procedure will always be invoked with an \fIn_desc\fR argument of 0.
.sp
.ne 2
-.mk
.na
\fB\fBDOOR_NO_CANCEL\fR\fR
.ad
@@ -136,23 +131,19 @@ indicate the error.
The \fBdoor_create()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 10n
-.rt
Invalid attributes are passed.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEMFILE\fR\fR
.ad
.RS 10n
-.rt
The process has too many open descriptors.
.RE
@@ -218,17 +209,16 @@ 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
_
-Architectureall
+Architecture all
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO