Deleted Added
sdiff udiff text old ( 18600 ) new ( 20050 )
full compact
1.Dd October 22, 1993
2.Dt LDD 1
3.Os FreeBSD
4.Sh NAME
5.Nm ldd
6.Nd list dynamic object dependencies
7.Sh SYNOPSIS
8.Nm ldd
9.Op Fl f Ar format
10.Op Fl v
11.Ar program ...
12.Sh DESCRIPTION
13.Nm ldd
14displays all shared objects that are needed to run the given program.
15Contrary to nm(1), the list includes
16.Dq indirect
17depedencies that are the result of needed shared objects which themselves
18depend on yet other shared objects.

--- 29 unchanged lines hidden ---