summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-10 16:07:01 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-07-08 16:07:48 +0200
commit7c7a7df3565950722099f3ad4e25c83ff11d287b (patch)
tree0f5da46c2d5c19935fda4d0e9e3f3e3433f44915
parentc64ea262fa1c060eec026caa8bcb2388d2375dcf (diff)
ld.so.8: Clarify that LD_PROFILE can specify just a single shared object
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-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 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".