From 7f56eb7b93f7774321c3f5924447d96ffcb858b9 Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 23 Dec 1994 22:31:35 +0000 Subject: Updated to recent version of Paul K.'s shlib code. This code has better warning handling and allows for link-time warnings with a modified version of gas. Note: Not all of the newer bits were updated such as some of the non-x86 machine-dependant code is relevant to FreeBSD right now. Obtained from: NetBSD --- usr.bin/ldd/ldd.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/ldd/ldd.1') diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 13a13ee..0c3b5e4 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -1,6 +1,6 @@ .Dd October 22, 1993 .Dt LDD 1 -.Os FreeBSD 1.1 +.Os FreeBSD .Sh NAME .Nm ldd .Nd list dynamic object dependencies @@ -16,6 +16,7 @@ depedencies that are the result of needed shared objects which themselves depend on yet other shared objects. .Sh SEE ALSO .Xr ld 1 , +.Xr ld.so 1 , .Xr nm 1 .Sh HISTORY A -- cgit v1.1