From 01132bd6c72851f05333e3101362a194e5f4039c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 16 Dec 2015 15:25:49 +0100 Subject: [PATCH] ld.so.8: Clarify setting of LD_BIND_NOT Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 430b39084..e7defeb6a 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.