From 7c7a7df3565950722099f3ad4e25c83ff11d287b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 10 Jun 2014 16:07:01 +0200 Subject: ld.so.8: Clarify that LD_PROFILE can specify just a single shared object 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 e1ac87b1b..4062727fc 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -391,7 +391,7 @@ stack-smashing attack. .TP .B LD_PROFILE (glibc since 2.1) -Shared object to be profiled, +The name of a (single) shared object to be profiled, specified either as a pathname or a soname. Profiling output is appended to the file whose name is: "\fI$LD_PROFILE_OUTPUT\fP/\fI$LD_PROFILE\fP.profile". -- cgit v1.2.3