diff options
Diffstat (limited to 'gnu/usr.bin/ld/rtld/rtld.1')
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index 2ee83cfa8ca..2df56b42d7f 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtld.1,v 1.8 1998/03/26 19:47:27 niklas Exp $ +.\" $OpenBSD: rtld.1,v 1.9 1998/07/22 04:31:00 deraadt Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -139,6 +139,9 @@ its behaviour as follows: .It Ev LD_LIBRARY_PATH A colon separated list of directories, overriding the default search path for shared libraries. +.It Ev LD_PRELOAD +A colon seperate list of library names to load before any of the regular +libraries are loaded. .It Ev LD_WARN_NON_PURE_CODE When set, issue a warning whenever a link-editing operation requires modification of the text segment of some loaded object. This is usually |