summaryrefslogtreecommitdiffstats
path: root/man8/ld.so.8
diff options
context:
space:
mode:
Diffstat (limited to 'man8/ld.so.8')
-rw-r--r--man8/ld.so.813
1 files changed, 8 insertions, 5 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 900f3a9b9..1c4458729 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -38,7 +38,10 @@ The program
handles a.out binaries, a binary format used long ago.
The program
.B ld\-linux.so*
-(\fI/lib/ld\-linux.so.1\fP for libc5, \fI/lib/ld\-linux.so.2\fP for glibc2)
+.RI ( /lib/ld\-linux.so.1
+for libc5,
+.I /lib/ld\-linux.so.2
+for glibc2)
handles binaries that are in the more modern ELF format.
Both programs have the same behavior, and use the same
support files and programs
@@ -193,7 +196,7 @@ set from a shell,
to prevent their expansion as shell or environment variables.
.SH OPTIONS
.TP
-.BR \-\-argv0 " \fIstring\fP (since glibc 2.33)"
+.BR \-\-argv0 " \f[I]string\f[] (since glibc 2.33)"
Set
.I argv[0]
to the value
@@ -242,7 +245,7 @@ List all dependencies and how they are resolved.
Print the names and values of all tunables,
along with the minimum and maximum allowed values.
.TP
-.BR \-\-preload " \fIlist\fP (since glibc 2.30)"
+.BR \-\-preload " \f[I]list\f[] (since glibc 2.30)"
Preload the objects specified in
.IR list .
The objects in
@@ -333,7 +336,7 @@ the shared objects required by
.IP
.in +4n
.EX
-$ \fBLD_ASSUME_KERNEL=2.2.5 ./myprog\fP
+.RB $ " LD_ASSUME_KERNEL=2.2.5 ./myprog"
.EE
.in
.IP
@@ -388,7 +391,7 @@ subdirectory below the directory containing the program to be executed:
.IP
.in +4n
.EX
-$ \fBLD_LIBRARY_PATH=\[aq]$ORIGIN/$LIB\[aq] prog\fP
+.RB $ " LD_LIBRARY_PATH=\[aq]$ORIGIN/$LIB\[aq] prog"
.EE
.in
.IP