summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-28 09:01:04 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-28 09:01:04 +0000
commit2990034f0b91b6fafd5bfbea072ad4598ed0f019 (patch)
treefa43e9be1f5f6ea747ede57e31cc0714dbb04925
parente3da90f71bcd6682c4d9cc4696c7b2d3e5b46e11 (diff)
downloadFreeBSD-src-2990034f0b91b6fafd5bfbea072ad4598ed0f019.zip
FreeBSD-src-2990034f0b91b6fafd5bfbea072ad4598ed0f019.tar.gz
Cross-reference ldd(1) in rtld(1) and vice versa.
-rw-r--r--libexec/rtld-elf/rtld.11
-rw-r--r--usr.bin/ldd/ldd.13
2 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index 7d5618c..a57f2ba 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -144,4 +144,5 @@ are recognized and have their usual meaning.
.Sh SEE ALSO
.Xr elf 5 ,
.Xr ld 1 ,
+.Xr ldd 1 ,
.Xr ldconfig 8
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1
index 9e17094..f34fda0 100644
--- a/usr.bin/ldd/ldd.1
+++ b/usr.bin/ldd/ldd.1
@@ -38,7 +38,8 @@ 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 nm 1
+.Xr nm 1 ,
+.Xr rtld 1
.Sh HISTORY
A
.Nm ldd
OpenPOWER on IntegriCloud