]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ld.so.8: Minor rewording of LD_PRELOAD description, to ease readability
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Feb 2019 11:11:48 +0000 (12:11 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Feb 2019 11:59:42 +0000 (12:59 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man8/ld.so.8

index 03a248d37b099e063e797e9ac2bb01af043bf56c..bb8e38cd3305b43672d9ed8cd47651d575471be1 100644 (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,