summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldd/ldd.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ldd/ldd.1')
-rw-r--r--usr.bin/ldd/ldd.18
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1
index 470fd42..a631df2 100644
--- a/usr.bin/ldd/ldd.1
+++ b/usr.bin/ldd/ldd.1
@@ -8,6 +8,7 @@
.Nd list dynamic object dependencies
.Sh SYNOPSIS
.Nm
+.Op Fl a
.Op Fl v
.Op Fl f Ar format
.Ar program ...
@@ -35,6 +36,13 @@ See
for a list of recognized conversion characters.
.Pp
The
+.Fl a
+option displays the list of all objects that are needed by each loaded
+object. This option does not work with
+.Xr a.out 5
+binaries.
+.Pp
+The
.Fl v
option displays an verbose listing of the dynamic linking headers
encoded in the executable. See the source code and include
OpenPOWER on IntegriCloud