diff options
author | csjp <csjp@FreeBSD.org> | 2007-05-17 19:14:25 +0000 |
---|---|---|
committer | csjp <csjp@FreeBSD.org> | 2007-05-17 19:14:25 +0000 |
commit | 5e8c160d0bc926d0752ea7b656931f06b4a4278e (patch) | |
tree | dc0b7e15120004049c080b4e6332241396419976 /libexec | |
parent | 9c7934b018b6822bc955874e98ef8274306df4b2 (diff) | |
download | FreeBSD-src-5e8c160d0bc926d0752ea7b656931f06b4a4278e.zip FreeBSD-src-5e8c160d0bc926d0752ea7b656931f06b4a4278e.tar.gz |
Update the man page to reflect that certain variables will be unset in
the case that the program is set-user-ID or set-group-ID. Add missing
annotations for LIBMAP and LIBMAP_DISABLE.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/rtld.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index e69da6b..a677d5c 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 |