9070 Remove wanboot from gate
[unleashed.git] / usr / src / man / man3dns_sd / DNSServiceRefDeallocate.3dns_sd
blobd313aabb8352d27ea728751c77819ce60b6f2c43
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH DNSSERVICEREFDEALLOCATE 3DNS_SD "Aug 20, 2007"
7 .SH NAME
8 DNSServiceRefDeallocate \- close connection
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-ldns_sd\fR [ \fIlibrary\fR ... ]
13 #include <dns_sd.h>
15 \fBvoid\fR \fBDNSServiceRefDeallocate\fR (\fBDNSServiceRef\fR \fIsdRef\fR);
16 .fi
18 .SH DESCRIPTION
19 .sp
20 .LP
21 The \fBDNSServiceRefDeallocate()\fR call terminates connection to the
22 \fBmDNS\fR daemon. Any services and resource records registered with the
23 \fBDNSServiceRef\fR are de-registered. Any browse or resolve queries initiated
24 using the \fBDNSServiceRef\fR are also terminated.
25 .SH ATTRIBUTES
26 .sp
27 .LP
28 See \fBattributes\fR(5) for description of the following attributes:
29 .sp
31 .sp
32 .TS
33 box;
34 c | c
35 l | l .
36 ATTRIBUTE TYPE  ATTRIBUTE VALUE
38 Interface Stability     Committed
40 MT-Level        Safe
41 .TE
43 .SH SEE ALSO
44 .sp
45 .LP
46 \fBDNSServiceBrowse\fR(3DNS_SD), \fBDNSServiceRegister\fR(3DNS_SD),
47 \fBattributes\fR(5)