]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ld.so.8: Remove mention of "ELF only"
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 11 Sep 2016 10:28:24 +0000 (11:28 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 11 Sep 2016 10:28:24 +0000 (11:28 +0100)
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>
man8/ld.so.8

index e07ab317a26219c00e35e3b0d5a4c45dc11ddf90..3902ac873aa10609255245b4ff0f50e8d5823662 100644 (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)"