From 0a68f500fad520bd9e947259f71f0704362cde51 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 4 Feb 2002 10:33:48 +0000 Subject: Allow ldd(1) be used on shared libraries in addition to executables. --- usr.bin/ldd/ldd.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/ldd/ldd.1') 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 -- cgit v1.1