diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 7d5618c2c490..a57f2ba483f7 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 9e17094f864c..f34fda007db7 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