summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/door_getparam.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/door_getparam.3c')
-rw-r--r--usr/src/man/man3c/door_getparam.3c12
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/src/man/man3c/door_getparam.3c b/usr/src/man/man3c/door_getparam.3c
index 969a8a61ba..ae17a48dd7 100644
--- a/usr/src/man/man3c/door_getparam.3c
+++ b/usr/src/man/man3c/door_getparam.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_GETPARAM 3C "Mar 22, 2005"
+.TH DOOR_GETPARAM 3C "April 9, 2016"
.SH NAME
door_getparam, door_setparam \- retrieve and set door parameters
.SH SYNOPSIS
@@ -21,7 +21,6 @@ door_getparam, door_setparam \- retrieve and set door parameters
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBdoor_getparam()\fR function retrieves the value of \fIparam\fR for the
door descriptor \fId\fR and writes it through the pointer \fIout\fR. The
@@ -49,7 +48,7 @@ is initialized to \fBSIZE_MAX\fR and can be set to any value from 0 to
\fB\fBDOOR_PARAM_DATA_MIN\fR\fR
.ad
.RS 23n
-This parameter represents the the minimum amount of data that can be passed to
+This parameter represents the minimum amount of data that can be passed to
the door routine. Any attempt to call \fBdoor_call\fR(3C) on a door with a
\fIdata_size\fR value smaller than the door's \fBDOOR_PARAM_DATA_MIN\fR
parameter will fail with \fBENOBUFS\fR. At door creation time, this parameter
@@ -64,7 +63,7 @@ inclusive. This parameter must be less than or equal to the
\fB\fBDOOR_PARAM_DESC_MAX\fR\fR
.ad
.RS 23n
-This parameter represents the the maximum number of argument descriptors that
+This parameter represents the maximum number of argument descriptors that
can be passed to the door routine. Any attempt to call \fBdoor_call\fR(3C) on a
door with a \fIdesc_nu\fRm value larger than the door's
\fBDOOR_PARAM_DESC_MAX\fR parameter will fail with \fBENFILE\fR. If the door
@@ -78,12 +77,10 @@ to 0 and cannot be changed to any other value. Otherwise, it is initialized to
The \fBdoor_setparam()\fR function can only affect doors that were created by
the current process.
.SH RETURN VALUES
-.sp
.LP
Upon successful completion, 0 is returned. Otherwise, -1 is returned and
\fBerrno\fR is set to indicate the error.
.SH ERRORS
-.sp
.LP
The \fBdoor_getparam()\fR function will fail if:
.sp
@@ -203,7 +200,6 @@ if (door_setparam(fd, DOOR_PARAM_DATA_MIN,
.in -2
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -221,11 +217,9 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
.LP
\fBdoor_call\fR(3C), \fBdoor_create\fR(3C), \fBattributes\fR(5)
.SH NOTES
-.sp
.LP
The parameters that can be manipulated by \fBdoor_setparam()\fR are not the
only limitation on the size of requests. If the door server thread's stack size