diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-15 15:31:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-15 15:31:54 +0000 |
| commit | ba68dbe5f97a62df9006cb2b11e92f10f8915372 (patch) | |
| tree | 5e171f784fa5da09c5441cc947cd37b8a05be3ba | |
| parent | bad331599a3f1ce734a5c32156ddfad5b5512c61 (diff) | |
Notes
| -rw-r--r-- | usr.bin/ldd/ldd.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index a631df2ce579..83d79d11de9f 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -38,14 +38,16 @@ for a list of recognized conversion characters. The .Fl a option displays the list of all objects that are needed by each loaded -object. This option does not work with +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 +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 , |
