5479 Need missing *at family manual pages
[illumos-gate.git] / usr / src / man / man3lib / libdl.3lib
blob2525c6146c1bbfd6dfebe80934b879a465e2c2c1
1 '\" te
2 .\" Copyright (c) 2004, 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 LIBDL 3LIB "Mar 24, 2004"
7 .SH NAME
8 libdl \- dynamic linking library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-ldl\fR [ \fIlibrary\fR... ]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 Historically, functions in \fBlibdl\fR provided for dynamic linking support.
19 This functionality now resides in \fBlibc\fR(3LIB).
20 .sp
21 .LP
22 This library is maintained to provide backward compatibility for both runtime
23 and compilation environments. The shared object is implemented as a filter on
24 the runtime linker. See \fBld.so.1\fR(1). New application development need not
25 specify \fB-ldl\fR.
26 .SH INTERFACES
27 .sp
28 .LP
29 The shared object \fBlibdl.so.1\fR provides the following public interfaces.
30 See \fBIntro\fR(3) for additional information on shared object interfaces.
31 .sp
33 .sp
34 .TS
35 l l
36 l l .
37 \fBdladdr\fR    \fBdladdr1\fR
38 \fBdlclose\fR   \fBdldump\fR
39 \fBdlerror\fR   \fBdlinfo\fR
40 \fBdlmopen\fR   \fBdlopen\fR
41 \fBdlsym\fR     
42 .TE
44 .SH FILES
45 .sp
46 .ne 2
47 .na
48 \fB\fB/lib/libdl.so.1\fR\fR
49 .ad
50 .RS 22n
51 shared object
52 .RE
54 .sp
55 .ne 2
56 .na
57 \fB\fB/lib/64/libdl.so.1\fR\fR
58 .ad
59 .RS 22n
60 64-bit shared object
61 .RE
63 .SH ATTRIBUTES
64 .sp
65 .LP
66 See \fBattributes\fR(5) for descriptions of the following attributes:
67 .sp
69 .sp
70 .TS
71 box;
72 c | c
73 l | l .
74 ATTRIBUTE TYPE  ATTRIBUTE VALUE
76 MT-Level        Safe
77 .TE
79 .SH SEE ALSO
80 .sp
81 .LP
82 \fBld.so.1\fR(1), \fBpvs\fR(1), \fBIntro\fR(3), \fBlibc\fR(3LIB),
83 \fBattributes\fR(5)