summaryrefslogtreecommitdiff
path: root/usr/src/man/man3slp/SLPUnescape.3slp
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3slp/SLPUnescape.3slp')
-rw-r--r--usr/src/man/man3slp/SLPUnescape.3slp10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/man/man3slp/SLPUnescape.3slp b/usr/src/man/man3slp/SLPUnescape.3slp
index a734f83a8e..71e2bd8b52 100644
--- a/usr/src/man/man3slp/SLPUnescape.3slp
+++ b/usr/src/man/man3slp/SLPUnescape.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 SLPUnescape 3SLP "16 Jan 2003" "SunOS 5.11" "Service Location Protocol Library Functions"
+.TH SLPUNESCAPE 3SLP "Jan 16, 2003"
.SH NAME
SLPUnescape \- translate escaped characters into UTF-8
.SH SYNOPSIS
@@ -30,23 +30,19 @@ longer needed.
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIpcInBuf\fR\fR
.ad
.RS 13n
-.rt
Pointer to the input buffer to process for escape characters.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIppcOutBuf\fR\fR
.ad
.RS 13n
-.rt
Pointer to a pointer for the output buffer with the \fBSLP\fR reserved
characters escaped. Must be freed using \fBSLPFree\fR(3SLP) when the memory is
no longer needed.
@@ -54,12 +50,10 @@ no longer needed.
.sp
.ne 2
-.mk
.na
\fB\fIisTag\fR\fR
.ad
.RS 13n
-.rt
When true, the input buffer is checked for bad tag characters.
.RE
@@ -88,12 +82,10 @@ err = SLPUnescape("\\2c tag\\2c", &pcOutbuf, SLP_TRUE);
.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