rtld-audit.7: Minor fixes

Wording and formatting fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:39 +02:00 committed by Michael Kerrisk
parent cb0858c7bf
commit 669cf85752
1 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ the call to this PLT entry.
The
.I flags
argument points to a bit mask that conveys information about,
and can be used modify subsequent auditing of, this PLT entry, as for
and can be used to modify subsequent auditing of, this PLT entry, as for
.BR la_symbind* ().
.\" FIXME is the following correct?
@ -444,7 +444,7 @@ containing the values of registers used for the call to this PLT entry.
The
.I outregs
argument points to a structure (defined in
.IR <link.h>)
.IR <link.h> )
containing return values for the call to this PLT entry.
These values can be modified by the caller,
and the changes will be visible to the caller of the PLT entry.