diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-07 07:48:25 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-19 12:51:28 +0200 |
| commit | d68a52c402ffe33dfbfeebdc112069778b7a66c4 (patch) | |
| tree | 3bb8657fbf5fe7f65c2697b48a3b6159aea1f495 | |
| parent | eb059156a760545b5f474930003c7fc535bda1ab (diff) | |
| download | man-pages-d68a52c402ffe33dfbfeebdc112069778b7a66c4.tar.gz | |
rtld-audit.7: tfix
Reported-by: Ulrich Drepper <drepper@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/rtld-audit.7 | 4 |
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() |
