aboutsummaryrefslogtreecommitdiffstats
path: root/man8
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-09-11 11:11:12 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-09-11 11:11:12 +0100
commit6c0a8674be6a4fd9eb7d9570cc9906d37a14857b (patch)
treedaba5f1a33d7fa594256c67773580bc6651badc7 /man8
parentbdf75f3e207586c940ef787b84688f942d348eba (diff)
downloadman-pages-6c0a8674be6a4fd9eb7d9570cc9906d37a14857b.tar.gz
ld.so.8: Add glibc version for LD_USE_LOAD_BIAS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man8')
-rw-r--r--man8/ld.so.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 02e605aa28..d180373e8f 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -515,7 +515,7 @@ If the object name is not recognized,
.\" (This is what seems to happen, from experimenting)
then all prelinking activity is traced.
.TP
-.B LD_USE_LOAD_BIAS
+.BR LD_USE_LOAD_BIAS " (glibc since 2.3.3)"
.\" http://sources.redhat.com/ml/libc-hacker/2003-11/msg00127.html
.\" Subject: [PATCH] Support LD_USE_LOAD_BIAS
.\" Jakub Jelinek