summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldd/ldd.1
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-02-04 10:33:48 +0000
committersobomax <sobomax@FreeBSD.org>2002-02-04 10:33:48 +0000
commit0a68f500fad520bd9e947259f71f0704362cde51 (patch)
tree0f41fb802fc9270b46740b35eb965449205e46a9 /usr.bin/ldd/ldd.1
parentc61b7216e49401a2e8eb5f81218c1fa5a181abbf (diff)
downloadFreeBSD-src-0a68f500fad520bd9e947259f71f0704362cde51.zip
FreeBSD-src-0a68f500fad520bd9e947259f71f0704362cde51.tar.gz
Allow ldd(1) be used on shared libraries in addition to executables.
Diffstat (limited to 'usr.bin/ldd/ldd.1')
-rw-r--r--usr.bin/ldd/ldd.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1
index d784751..470fd42 100644
--- a/usr.bin/ldd/ldd.1
+++ b/usr.bin/ldd/ldd.1
@@ -13,7 +13,8 @@
.Ar program ...
.Sh DESCRIPTION
.Nm
-displays all shared objects that are needed to run the given program.
+displays all shared objects that are needed to run the given program or
+to load the given shared object.
Contrary to
.Xr nm 1 ,
the list includes
OpenPOWER on IntegriCloud