This is Paul K's latest set of ld changes. A commit was necessary at this
[unix-history] / gnu / usr.bin / ld / ldd / ldd.1
CommitLineData
1136f72d
PR
1.Dd October 22, 1993
2.Dt LDD 1
6a61ea88 3.Os FreeBSD 1.1
1136f72d
PR
4.Sh NAME
5.Nm ldd
6.Nd list dynamic object dependencies
7.Sh SYNOPSIS
8.Nm ldd
9.Op Ar filename Ar ...
10.Sh DESCRIPTION
11.Nm ldd
12displays all shared objects that are needed to run the given program.
13Contrary to nm(1), the list includes
14.Dq indirect
15depedencies that are the result of needed shared objects which themselves
16depend on yet other shared objects.
17.Sh SEE ALSO
18.Xr ld 1 ,
19.Xr ld.so 1 ,
20.Xr nm 1
21.Sh HISTORY
22A
23.Nm ldd
24utility first appeared in SunOS 4.0, it appeared in its current form
548edb9e 25in FreeBSD 1.1.