ld.so.8: Minor rewordings to ease readability

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-07-03 14:17:58 +02:00
parent f642cc55db
commit ec8a211ed1
1 changed files with 7 additions and 7 deletions

View File

@ -33,17 +33,17 @@ during compilation.
.PP .PP
The program The program
.B ld.so .B ld.so
handles a.out binaries, a format used long ago; handles a.out binaries, a binary format used long ago.
The program
.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 binaries that are in the more modern ELF format.
which everybody has been using for years now. Both programs have the same behavior, and use the same
Otherwise, both have the same behavior, and use the same support files and programs
support files and programs as .RB ( ldd (1),
.BR ldd (1),
.BR ldconfig (8), .BR ldconfig (8),
and and
.IR /etc/ld.so.conf . .IR /etc/ld.so.conf ).
.PP .PP
When resolving shared object dependencies, When resolving shared object dependencies,
the dynamic linker first inspects each dependency the dynamic linker first inspects each dependency