diff options
Diffstat (limited to 'usr.bin/ldd/ldd.1')
| -rw-r--r-- | usr.bin/ldd/ldd.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index d784751d3a5b..470fd4211975 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 |
