diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2005-02-04 02:46:41 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2005-02-04 02:46:41 +0000 |
| commit | 5b08cb04498aacb83309f575e7272684decc7bd7 (patch) | |
| tree | c66bf0274c69dcd44063d0c245221d5b1fbf7132 /libexec/rtld-elf/rtld.1 | |
| parent | 0ccd166961d125ee937e8f56ebfbd4a6f8f2c656 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.1')
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index a73bec30077e..17c007d3bfef 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -93,9 +93,22 @@ If set .Nm will print a table containing all relocations before symbol binding and relocation. +.It Ev LD_LIBMAP +A library replacement list in the same format as +.Xr libmap.conf 5 . +For convenience, the characters +.Ql = +and +.Ql \&, +can be used instead of a space and a newline. +This variable is parsed after +.Xr libmap.conf 5 , +and will override its entries. .It Ev LD_LIBMAP_DISABLE If set, disables the use of -.Xr libmap.conf 5 . +.Xr libmap.conf 5 +and +.Ev LD_LIBMAP . .It Ev LD_LIBRARY_PATH A colon separated list of directories, overriding the default search path for shared libraries. |
