summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldd/ldd.1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-01 02:16:16 +0000
committerpeter <peter@FreeBSD.org>1996-10-01 02:16:16 +0000
commit519e9b0911db8a2c11a96565cdaf9726957e36f8 (patch)
tree4a1ee76d65283f0bc07bcd87034f55b5f0a43ffc /usr.bin/ldd/ldd.1
parent7523d23ee7b9610928e383200f010b495d600ed5 (diff)
downloadFreeBSD-src-519e9b0911db8a2c11a96565cdaf9726957e36f8.zip
FreeBSD-src-519e9b0911db8a2c11a96565cdaf9726957e36f8.tar.gz
Incorporate John Polstra's sods.c display of the details about the
dynamic linking information in the executable. It's quite extensive. It's connected to ldd's (new) -v option.
Diffstat (limited to 'usr.bin/ldd/ldd.1')
-rw-r--r--usr.bin/ldd/ldd.111
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1
index 8253470..1a09103 100644
--- a/usr.bin/ldd/ldd.1
+++ b/usr.bin/ldd/ldd.1
@@ -7,6 +7,7 @@
.Sh SYNOPSIS
.Nm ldd
.Op Fl f Ar format
+.Op Fl v
.Ar program ...
.Sh DESCRIPTION
.Nm ldd
@@ -25,6 +26,12 @@ and allows customization of
output. See
.Xr rtld 1
for a list of recognised conversion characters.
+.Pp
+The
+.Fl v
+option displays an verbose listing of the dynamic linking headers
+encoded in the executable. See the source code and include
+files for the definitive meaning of all the fields.
.Sh SEE ALSO
.Xr ld 1 ,
.Xr ld.so 1 ,
@@ -34,3 +41,7 @@ A
.Nm ldd
utility first appeared in SunOS 4.0, it appeared in its current form
in FreeBSD 1.1.
+.Pp
+The
+.Fl v
+support is based on code written by John Polstra <jdp@polstra.com>
OpenPOWER on IntegriCloud