ld.so.8: Minor rewording of LD_PRELOAD description, to ease readability

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-02-26 12:11:48 +01:00
parent 479809e8d5
commit 77d3af0a90
1 changed files with 3 additions and 1 deletions

View File

@ -314,9 +314,11 @@ as shell variables!)
.B LD_PRELOAD
A list of additional, user-specified, ELF shared
objects to be loaded before all others.
This feature can be used to selectively override functions
in other shared objects.
.IP
The items of the list can be separated by spaces or colons,
and there is no support for escaping either separator.
This can be used to selectively override functions in other shared objects.
The objects are searched for using the rules given under DESCRIPTION.
.IP
In secure-execution mode,