aboutsummaryrefslogtreecommitdiffstats
path: root/man8
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-12-16 15:25:49 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-12-16 16:43:44 +0100
commit01132bd6c72851f05333e3101362a194e5f4039c (patch)
tree113b7e1c990e04c71a6c325f6dc44a6629ccb98c /man8
parent3cdc1fc4a1d84b9324dcacb756cfc597459ab284 (diff)
downloadman-pages-01132bd6c72851f05333e3101362a194e5f4039c.tar.gz
ld.so.8: Clarify setting of LD_BIND_NOT
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man8')
-rw-r--r--man8/ld.so.85
1 files changed, 2 insertions, 3 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 430b390843..e7defeb6a4 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -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.