]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ld.so.8: wfix: fix a clumsy wording that is hard to parse
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 5 Jul 2019 08:16:01 +0000 (10:16 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 5 Jul 2019 08:16:01 +0000 (10:16 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man8/ld.so.8

index b1eb0fd4429aa709fdb10394f20a857fc75cdf2e..439f304c28fd530afaf6b34f3e0336ff21257ba2 100644 (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.