ld.so.8: Clarify setting of LD_BIND_NOT

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-16 15:25:49 +01:00
parent 3cdc1fc4a1
commit 01132bd6c7
1 changed files with 2 additions and 3 deletions

View File

@ -200,8 +200,7 @@ A nonzero value may have been set by a Linux Security Module.
.SS Environment variables
Among the more important environment variables are the following:
.TP
.B LD_ASSUME_KERNEL
(glibc since 2.2.3)
.BR LD_ASSUME_KERNEL " (glibc since 2.2.3)"
Each shared object can inform the dynamic linker of the minimum kernel ABI
version that it requires.
(This requirement is encoded in an ELF note section that is viewable via
@ -273,7 +272,7 @@ only if the set-user-ID mode bit is enabled on the shared object file.
.TP
.B LD_TRACE_LOADED_OBJECTS
(ELF only)
If set to a nonempty string, causes the program to list its dynamic
If set (to any value), causes the program to list its dynamic
dependencies, as if run by
.BR ldd (1),
instead of running normally.