ld.so.8: wfix: fix a clumsy wording that is hard to parse

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-07-05 10:16:01 +02:00
parent ec8a211ed1
commit 5f2efacf9f
1 changed files with 3 additions and 2 deletions

View File

@ -411,12 +411,13 @@ Then there are lots of more or less obscure variables,
many obsolete or only for internal use.
.TP
.BR LD_AUDIT " (since glibc 2.4)"
A colon-separated list of user-specified, ELF shared objects
A list of user-specified, ELF shared objects
to be loaded before all others in a separate linker namespace
(i.e., one that does not intrude upon the normal symbol bindings that
would occur in the process)
and there is no support for escaping the separator.
These objects can be used to audit the operation of the dynamic linker.
The items in the list are colon-separated,
and there is no support for escaping the separator.
.IP
.B LD_AUDIT
is ignored in secure-execution mode.