diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-22 04:31:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-22 04:31:01 +0000 |
commit | defd240ee7bf394a8c7e357aa4c5ea71b3442fbf (patch) | |
tree | 1384285f63e10d2a01ff8408a0380df96b3fd84a /gnu | |
parent | 54f8de07f1dc0d05fa50c021315ad707e321c081 (diff) |
add a section about LD_PRELOAD; noted as missing by form@pppvs.itam.nsc.ru
Diffstat (limited to 'gnu')
-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 |