summaryrefslogtreecommitdiffstats
path: root/man1/ldd.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/ldd.1')
-rw-r--r--man1/ldd.116
1 files changed, 8 insertions, 8 deletions
diff --git a/man1/ldd.1 b/man1/ldd.1
index 57e9b40eb..d9a8e98b4 100644
--- a/man1/ldd.1
+++ b/man1/ldd.1
@@ -40,13 +40,13 @@ $ \fBldd /bin/ls\fP
In the usual case,
.B ldd
invokes the standard dynamic linker (see
-.BR ld.so (8))
+.MR ld.so 8 )
with the
.B LD_TRACE_LOADED_OBJECTS
environment variable set to 1.
This causes the dynamic linker to inspect the program's dynamic dependencies,
and find (according to the rules described in
-.BR ld.so (8))
+.MR ld.so 8 )
and load the objects that satisfy those dependencies.
For each dependency,
.B ldd
@@ -57,9 +57,9 @@ and the (hexadecimal) address at which it is loaded.
and
.I ld\-linux
shared dependencies are special; see
-.BR vdso (7)
+.MR vdso 7
and
-.BR ld.so (8).)
+.MR ld.so 8 .)
.\"
.SS Security
Be aware that in some circumstances
@@ -174,7 +174,7 @@ on one of these programs, the program will attempt to run with
.\" David Engel.
.\" Roland McGrath and Ulrich Drepper.
.SH SEE ALSO
-.BR pldd (1),
-.BR sprof (1),
-.BR ld.so (8),
-.BR ldconfig (8)
+.MR pldd 1 ,
+.MR sprof 1 ,
+.MR ld.so 8 ,
+.MR ldconfig 8