ld.so.8: tfix

Reported-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-05-13 13:29:50 +02:00
parent f4279be583
commit d74d5bd369
1 changed files with 9 additions and 9 deletions

View File

@ -4,7 +4,7 @@
.\" .\"
.TH LD.SO 8 2017-05-03 "GNU" "Linux Programmer's Manual" .TH LD.SO 8 2017-05-03 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
ld.so, ld-linux.so \- dynamic linker/loader ld.so, ld\-linux.so \- dynamic linker/loader
.SH SYNOPSIS .SH SYNOPSIS
The dynamic linker can be run either indirectly by running some The dynamic linker can be run either indirectly by running some
dynamically linked program or shared object dynamically linked program or shared object
@ -14,13 +14,13 @@ which is stored in the
.B .interp .B .interp
section of the program is executed) or directly by running: section of the program is executed) or directly by running:
.P .P
.I /lib/ld-linux.so.* .I /lib/ld\-linux.so.*
[OPTIONS] [PROGRAM [ARGUMENTS]] [OPTIONS] [PROGRAM [ARGUMENTS]]
.SH DESCRIPTION .SH DESCRIPTION
The programs The programs
.B ld.so .B ld.so
and and
.B ld-linux.so* .B ld\-linux.so*
find and load the shared objects (shared libraries) needed by a program, find and load the shared objects (shared libraries) needed by a program,
prepare the program to run, and then run it. prepare the program to run, and then run it.
.LP .LP
@ -34,8 +34,8 @@ during compilation.
The program The program
.B ld.so .B ld.so
handles a.out binaries, a format used long ago; handles a.out binaries, a format used long ago;
.B ld-linux.so* .B ld\-linux.so*
(\fI/lib/ld-linux.so.1\fP for libc5, \fI/lib/ld-linux.so.2\fP for glibc2) (\fI/lib/ld\-linux.so.1\fP for libc5, \fI/lib/ld\-linux.so.2\fP for glibc2)
handles ELF, handles ELF,
which everybody has been using for years now. which everybody has been using for years now.
Otherwise, both have the same behavior, and use the same Otherwise, both have the same behavior, and use the same
@ -155,7 +155,7 @@ List all dependencies and how they are resolved.
Verify that program is dynamically linked and this dynamic linker can handle Verify that program is dynamically linked and this dynamic linker can handle
it. it.
.TP .TP
.B \-\-inhibit-cache .B \-\-inhibit\-cache
Do not use Do not use
.IR /etc/ld.so.cache . .IR /etc/ld.so.cache .
.TP .TP
@ -538,7 +538,7 @@ Profiling output is appended to the file whose name is:
Since glibc 2.2.5, Since glibc 2.2.5,
.BR LD_PROFILE .BR LD_PROFILE
is ignored in secure execution mode. is ignored in secure-execution mode.
.TP .TP
.BR LD_PROFILE_OUTPUT " (since glibc 2.1)" .BR LD_PROFILE_OUTPUT " (since glibc 2.1)"
Directory where Directory where
@ -713,6 +713,6 @@ mtrr, pat, pbe, pge, pn, pse36, sep, ss, sse, sse2, tm
.\" .SH AUTHORS .\" .SH AUTHORS
.\" ld.so: David Engel, Eric Youngdale, Peter MacDonald, Hongjiu Lu, Linus .\" ld.so: David Engel, Eric Youngdale, Peter MacDonald, Hongjiu Lu, Linus
.\" Torvalds, Lars Wirzenius and Mitch D'Souza .\" Torvalds, Lars Wirzenius and Mitch D'Souza
.\" ld-linux.so: Roland McGrath, Ulrich Drepper and others. .\" ld\-linux.so: Roland McGrath, Ulrich Drepper and others.
.\" .\"
.\" In the above, (libc5) stands for David Engel's ld.so/ld-linux.so. .\" In the above, (libc5) stands for David Engel's ld.so/ld\-linux.so.