summaryrefslogtreecommitdiff
path: root/usr/src/man/man3slp/SLPOpen.3slp
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3slp/SLPOpen.3slp')
-rw-r--r--usr/src/man/man3slp/SLPOpen.3slp10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/man/man3slp/SLPOpen.3slp b/usr/src/man/man3slp/SLPOpen.3slp
index 51ddd03a44..5788b64063 100644
--- a/usr/src/man/man3slp/SLPOpen.3slp
+++ b/usr/src/man/man3slp/SLPOpen.3slp
@@ -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 SLPOpen 3SLP "16 Jan 2003" "SunOS 5.11" "Service Location Protocol Library Functions"
+.TH SLPOPEN 3SLP "Jan 16, 2003"
.SH NAME
SLPOpen \- open an SLP handle
.SH SYNOPSIS
@@ -39,12 +39,10 @@ calls on the handle.
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIpcLang\fR\fR
.ad
.RS 11n
-.rt
A pointer to an array of characters containing the language tag set forth
in \fIRFC 1766\fR for the natural language locale of requests issued on the
handle. This parameter cannot be \fINULL\fR.
@@ -52,24 +50,20 @@ handle. This parameter cannot be \fINULL\fR.
.sp
.ne 2
-.mk
.na
\fB\fIisAsync\fR\fR
.ad
.RS 11n
-.rt
An \fBSLPBoolean\fR indicating whether or not the \fBSLPHandle\fR should be
opened for an asynchronous operation.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIphSLP\fR\fR
.ad
.RS 11n
-.rt
A pointer to an \fBSLPHandle\fR in which the open \fBSLPHandle\fR is returned.
If an error occurs, the value upon return is \fINULL\fR.
.RE
@@ -97,12 +91,10 @@ SLPHandle HSLP; SLPError err; err = SLPOpen("de", SLP_FALSE, &hSLP)
.SH ENVIRONMENT VARIABLES
.sp
.ne 2
-.mk
.na
\fB\fBSLP_CONF_FILE\fR\fR
.ad
.RS 17n
-.rt
When set, use this file for configuration.
.RE