aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-09-11 11:28:24 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-09-11 11:28:24 +0100
commitdc4b358fe0476c7ca42a0b7ec1b69f22e3b09e3d (patch)
tree6b038556506422b1cf86b24be134273fbbe0dc13
parent9a741b5b7c143e1164bd00cb5cb74619d9067354 (diff)
downloadman-pages-dc4b358fe0476c7ca42a0b7ec1b69f22e3b09e3d.tar.gz
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>
-rw-r--r--man8/ld.so.88
1 files changed, 4 insertions, 4 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index e07ab317a2..3902ac873a 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -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)"