Deleted Added
full compact
ldd.1 (92342) ldd.1 (95124)
1.\" $FreeBSD: head/usr.bin/ldd/ldd.1 92342 2002-03-15 15:31:54Z ru $
1.\" $FreeBSD: head/usr.bin/ldd/ldd.1 95124 2002-04-20 12:18:28Z charnier $
2.\"
3.Dd October 22, 1993
4.Dt LDD 1
5.Os
6.Sh NAME
7.Nm ldd
8.Nd list dynamic object dependencies
9.Sh SYNOPSIS
10.Nm
11.Op Fl a
12.Op Fl v
13.Op Fl f Ar format
14.Ar program ...
15.Sh DESCRIPTION
2.\"
3.Dd October 22, 1993
4.Dt LDD 1
5.Os
6.Sh NAME
7.Nm ldd
8.Nd list dynamic object dependencies
9.Sh SYNOPSIS
10.Nm
11.Op Fl a
12.Op Fl v
13.Op Fl f Ar format
14.Ar program ...
15.Sh DESCRIPTION
16The
16.Nm
17.Nm
17displays all shared objects that are needed to run the given program or
18utility displays all shared objects that are needed to run the given program or
18to load the given shared object.
19Contrary to
20.Xr nm 1 ,
21the list includes
22.Dq indirect
23dependencies that are the result of needed shared objects which themselves
24depend on yet other shared objects.
25.Pp

--- 40 unchanged lines hidden ---
19to load the given shared object.
20Contrary to
21.Xr nm 1 ,
22the list includes
23.Dq indirect
24dependencies that are the result of needed shared objects which themselves
25depend on yet other shared objects.
26.Pp

--- 40 unchanged lines hidden ---