diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-10 15:46:27 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-10 15:46:27 +0000 |
commit | 3427f4b1fa553a6b0a8a4cb581ae6b71e70503e4 (patch) | |
tree | 4ba436dab58f70df3c754c4a43ce63a252ec01d3 /usr.bin/ldd | |
parent | 9cc4630033931071f43e8443fa6dc9c04faea8f0 (diff) | |
download | FreeBSD-src-3427f4b1fa553a6b0a8a4cb581ae6b71e70503e4.zip FreeBSD-src-3427f4b1fa553a6b0a8a4cb581ae6b71e70503e4.tar.gz |
Corractly use .Nm and .An/.Aq macros. Replace FreeBSD with .Fx macro
e.
Diffstat (limited to 'usr.bin/ldd')
-rw-r--r-- | usr.bin/ldd/ldd.1 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index f34fda0..4b27839 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -12,9 +12,11 @@ .Op Fl f Ar format .Ar program ... .Sh DESCRIPTION -.Nm ldd +.Nm displays all shared objects that are needed to run the given program. -Contrary to nm(1), the list includes +Contrary to +.Xr nm 1 , +the list includes .Dq indirect dependencies that are the result of needed shared objects which themselves depend on yet other shared objects. @@ -25,7 +27,7 @@ options may be given. The argument is a format string passed to .Xr rtld 1 and allows customization of -.Nm ldd Ns 's +.Nm Ns 's output. See .Xr rtld 1 @@ -42,10 +44,11 @@ files for the definitive meaning of all the fields. .Xr rtld 1 .Sh HISTORY A -.Nm ldd -utility first appeared in SunOS 4.0, it appeared in its current form -in FreeBSD 1.1. +.Nm +utility first appeared in SunOS 4.0, it appeared in its current form in +.Fx 1.1 . .Pp The .Fl v -support is based on code written by John Polstra <jdp@polstra.com> +support is based on code written by +.An John Polstra Aq jdp@polstra.com |