16759 pcieadm bar memory type parsable output incorrect
[illumos-gate.git] / usr / src / man / man3ldap / cldap_close.3ldap
blobb1222c1676e22033a57c288b0935d68979a218e2
1 '\" te
2 .\" Copyright (C) 1990, Regents of the University of Michigan.  All Rights Reserved.
3 .\" Portions Copyright (C) 2002, Sun Microsystems, Inc. All Rights Reserved.
4 .\" 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.
5 .\" 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.
6 .\" 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]
7 .TH CLDAP_CLOSE 3LDAP "Jan 27, 2002"
8 .SH NAME
9 cldap_close \- dispose of connectionless LDAP pointer
10 .SH SYNOPSIS
11 .LP
12 .nf
13 cc[ \fIflag\fR... ] \fIfile\fR... -lldap[ \fIlibrary\fR... ]
14 #include <lber.h>
15 #include <ldap.h>
17 \fBvoid\fR \fBcldap_close\fR(\fBLDAP\fR \fI*ld\fR);
18 .fi
20 .SH DESCRIPTION
21 .sp
22 .LP
23 The \fBcldap_close()\fR function disposes of memory allocated by
24 \fBcldap_open\fR(3LDAP). It should be called when all CLDAP communication is
25 complete.
26 .SH PARAMETERS
27 .sp
28 .ne 2
29 .na
30 \fB\fIld\fR \fR
31 .ad
32 .RS 7n
33 The LDAP pointer returned by a previous call to \fBcldap_open\fR(3LDAP).
34 .RE
36 .SH ATTRIBUTES
37 .sp
38 .LP
39 See \fBattributes\fR(7) for a description of the following attributes:
40 .sp
42 .sp
43 .TS
44 box;
45 c | c
46 l | l .
47 ATTRIBUTE TYPE  ATTRIBUTE VALUE
48 Interface Stability     Evolving
49 .TE
51 .SH SEE ALSO
52 .sp
53 .LP
54 .BR cldap_open (3LDAP),
55 .BR cldap_search_s (3LDAP),
56 .BR cldap_setretryinfo (3LDAP),
57 .BR ldap (3LDAP)