nightly: remove unused BINARCHIVE
[unleashed.git] / share / man / man3lib / libdns_sd.3lib
blob5b499b27e6c769a23ff85f9c129ac2f453eb8986
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 LIBDNS_SD 3LIB "Aug 20, 2007"
7 .SH NAME
8 libdns_sd \- DNS service discovery library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR ... ] \fIfile\fR ... \fB-ldns_sd\fR [ \fIlibrary\fR ... ]
13 #include <\fBdns_sd.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBlibdns_sd\fR library functions provide facilities for applications to
20 advertise and discover services that use the DNS protocol.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibdns_sd.so.1\fR provides the public interfaces defined
25 below. See \fBIntro\fR(3) for additional information on shared object
26 interfaces.
27 .sp
29 .sp
30 .TS
31 l l
32 l l .
33 \fBDNSServiceBrowse\fR  \fBDNSServiceConstructFullName\fR
34 \fBDNSServiceCreateConnection\fR        \fBDNSServiceEnumerateDomains\fR
35 \fBDNSServiceProcessResult\fR   \fBDNSServiceQueryRecord\fR
36 \fBDNSServiceReconfirmRecord\fR \fBDNSServiceRefDeallocate\fR
37 \fBDNSServiceRefSockFD\fR       \fBDNSServiceRegister\fR
38 \fBDNSServiceResolve\fR \fBTXTRecordCreate\fR
39 .TE
41 .SH FILES
42 .sp
43 .ne 2
44 .na
45 \fB\fB/lib/libdns_sd.so.1\fR\fR
46 .ad
47 .RS 26n
48 shared object
49 .RE
51 .sp
52 .ne 2
53 .na
54 \fB\fB/lib/64/libdns_sd.so.1\fR\fR
55 .ad
56 .RS 26n
57 64-bit shared object
58 .RE
60 .SH ATTRIBUTES
61 .sp
62 .LP
63 See \fBattributes\fR(5) for description of the following attributes:
64 .sp
66 .sp
67 .TS
68 box;
69 c | c
70 l | l .
71 ATTRIBUTE TYPE  ATTRIBUTE VALUE
73 Interface Stability     Committed
75 MT-Level        Safe
76 .TE
78 .SH SEE ALSO
79 .sp
80 .LP
81 \fBIntro\fR(3), \fBattributes\fR(5)