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