From 6c0a8674be6a4fd9eb7d9570cc9906d37a14857b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 11 Sep 2016 11:11:12 +0100 Subject: [PATCH] ld.so.8: Add glibc version for LD_USE_LOAD_BIAS Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 02e605aa2..d180373e8 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