From 519e9b0911db8a2c11a96565cdaf9726957e36f8 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 1 Oct 1996 02:16:16 +0000 Subject: 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. --- usr.bin/ldd/ldd.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'usr.bin/ldd/ldd.1') 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 -- cgit v1.1