ld.so.8: Remove mention of "ELF only"

Drawing a distinction between ELF-only features versus a,out
ceased to be relevant long ago, so cluttering the page
with "ELF-only" serves no purpose.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-11 11:28:24 +01:00
parent 9a741b5b7c
commit dc4b358fe0
1 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ and the shared object is loaded using that pathname.
If a shared object dependency does not contain a slash,
then it is searched for in the following order:
.IP o 3
(ELF only) Using the directories specified in the
Using the directories specified in the
DT_RPATH dynamic section attribute
of the binary if present and DT_RUNPATH attribute does not exist.
Use of DT_RPATH is deprecated.
@ -66,7 +66,7 @@ Using the environment variable
(unless the executable is being run in secure-execution mode; see below).
in which case it is ignored.
.IP o
(ELF only) Using the directories specified in the
Using the directories specified in the
DT_RUNPATH dynamic section attribute
of the binary if present.
.IP o
@ -320,7 +320,7 @@ as described above in
.\" which will reload the libmod.so in 'lib' or 'lib64', using it
.\" in preference to the version in '.'.
.TP
.BR LD_TRACE_LOADED_OBJECTS " (ELF only)"
.BR LD_TRACE_LOADED_OBJECTS
If set (to any value), causes the program to list its dynamic
dependencies, as if run by
.BR ldd (1),
@ -520,7 +520,7 @@ program if the
.B LD_TRACE_LOADED_OBJECTS
environment variable has been set.
.TP
.BR LD_WARN " (ELF only; since glibc 2.1.3)
.BR LD_WARN " (since glibc 2.1.3)
If set to a nonempty string, warn about unresolved symbols.
.TP
.BR LD_PREFER_MAP_32BIT_EXEC " (x86-64 only; since glibc 2.23)"