Blame SOURCES/dltest.1

df6b88
.TH dltest 1 "Thu 13 Feb 2014" "version 2.3.1" "UnixODBC manual pages"
df6b88
.SH NAME
df6b88
dltest \- A simple library symbol test
df6b88
df6b88
.SH SYNOPSIS
df6b88
.B dltest
df6b88
.R [
df6b88
.I library symbol
df6b88
.R ]
df6b88
df6b88
.SH DESCRIPTION
df6b88
.B dltest
df6b88
is simple test of occurence of the
df6b88
.I symbol
df6b88
in the
df6b88
.IR library .
df6b88
The
df6b88
.I library
df6b88
must be a full (with path) file name of the shared object, in which the search for
df6b88
.I symbol
df6b88
should be performed.
df6b88
df6b88
Without any parameters, dltest print short help message.
df6b88
df6b88
.SH EXAMPLES
df6b88
To determine if the symbol
df6b88
.B printf
df6b88
is found in the
df6b88
.IR libc-2\.18\.so :
df6b88
df6b88
.RS
df6b88
$ dltest /usr/lib/libc-2.18.so printf
df6b88
.RE
df6b88
df6b88
.SH AUTHORS
df6b88
The authors of unixODBC are
df6b88
.MT pharvey@codebydesign.com
df6b88
Peter Harvey
df6b88
.ME
df6b88
and
df6b88
.MT nick@easysoft.com
df6b88
Nick Gorham
df6b88
.ME .
df6b88
For the full list of contributors see the
df6b88
.I AUTHORS
df6b88
file.
df6b88
df6b88
.SH COPYRIGHT
df6b88
unixODBC is licensed under the GNU Lesser General Public License. For details
df6b88
about the license, see the
df6b88
.I COPYING
df6b88
file.