aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/rtld-audit.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7
index ca09569ffa..dbfdaf1c52 100644
--- a/man7/rtld-audit.7
+++ b/man7/rtld-audit.7
@@ -23,7 +23,7 @@
.\"
.\" 2009-01-12, mtk, Created
.\"
-.TH RTLD-AUDIT 7 2010-09-10 "Linux" "Linux Programmer's Manual"
+.TH RTLD-AUDIT 7 2012-07-07 "Linux" "Linux Programmer's Manual"
.SH NAME
rtld-audit \- auditing API for the dynamic linker
.SH SYNOPSIS
@@ -343,7 +343,7 @@ and
is the address to which control should be passed after the function returns.
If the auditing library is simply monitoring symbol bindings,
then it should return
-.IR sym\->st_name .
+.IR sym\->st_value .
A different value may be returned if the library wishes to direct control
to an alternate location.
.SS la_pltenter()