diff options
| author | Xin LI <delphij@FreeBSD.org> | 2009-03-23 16:49:00 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2009-03-23 16:49:00 +0000 |
| commit | 569e2ef6a975bb72fb9c139ddab433d25f0e77ab (patch) | |
| tree | 6a0f47ffd12c3cf50487ad27b0f44039adfca76e /libexec/rtld-elf/rtld.1 | |
| parent | 485cf782035c7a42c21fc0069c4c2527c9cf5b39 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.1')
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 011a693a2861..81f3685a32b3 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 15, 2008 +.Dd March 23, 2009 .Dt RTLD 1 .Os .Sh NAME @@ -116,6 +116,11 @@ If set, disables the use of and .Ev LD_LIBMAP . This variable is unset for set-user-ID and set-group-ID programs. +.It Ev LD_ELF_HINTS_PATH +This variable will override the default location of +.Dq hints +file. +This variable is unset for set-user-ID and set-group-ID programs. .It Ev LD_LIBRARY_PATH A colon separated list of directories, overriding the default search path for shared libraries. |
