rtld-audit.7: tfix

Reported-by: Ulrich Drepper <drepper@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-07-07 07:48:25 +02:00
parent eb059156a7
commit d68a52c402
1 changed files with 2 additions and 2 deletions

View File

@ -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()