aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2007-05-17 19:14:25 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2007-05-17 19:14:25 +0000
commitb075897e99baba35199f2b2b23878a10b259dfc2 (patch)
treedc0b7e15120004049c080b4e6332241396419976 /libexec/rtld-elf
parentd61e5aa4ed8dc14a27cf5a23808e3bac6a448e74 (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/rtld.16
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index e69da6b367d1..a677d5cae8e3 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -109,15 +109,17 @@ can be used instead of a space and a newline.
This variable is parsed after
.Xr libmap.conf 5 ,
and will override its entries.
+This variable is unset for set-user-ID and set-group-ID programs.
.It Ev LD_LIBMAP_DISABLE
If set, disables the use of
.Xr libmap.conf 5
and
.Ev LD_LIBMAP .
+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.
-This is ignored for set-user-ID and set-group-ID programs.
+This variable is unset for set-user-ID and set-group-ID programs.
.It Ev LD_PRELOAD
A list of shared libraries, separated by colons and/or white space,
to be linked in before any
@@ -127,7 +129,7 @@ the directories specified by
.Ev LD_LIBRARY_PATH
will be searched first
followed by the set of built-in standard directories.
-This is ignored for set-user-ID and set-group-ID programs.
+This variable is unset for set-user-ID and set-group-ID programs.
.It Ev LD_BIND_NOW
When set to a nonempty string, causes
.Nm