From d68a52c402ffe33dfbfeebdc112069778b7a66c4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 7 Jul 2012 07:48:25 +0200 Subject: [PATCH] rtld-audit.7: tfix Reported-by: Ulrich Drepper Signed-off-by: Michael Kerrisk --- man7/rtld-audit.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7 index ca09569ff..dbfdaf1c5 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()