rtld-audit.7: srcfix: semantic newlines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-25 12:48:52 +02:00
parent 3d49f95b4d
commit cfedbfb96c
1 changed files with 6 additions and 3 deletions

View File

@ -75,9 +75,11 @@ A typical implementation of this function simply returns the constant
.BR LAV_CURRENT ,
which indicates the version of
.I <link.h>
that was used to build the audit module. If the dynamic linker does
that was used to build the audit module.
If the dynamic linker does
not support this version of the audit interface, it will refuse to
activate this audit module. If the function returns zero, the dynamic
activate this audit module.
If the function returns zero, the dynamic
linker also does not activate this audit module.
.PP
In order to enable backwards compatibility with older dynamic linkers,
@ -86,7 +88,8 @@ an audit module can examine the
argument and return an earlier version than
.BR LAV_CURRENT ,
assuming the module can adjust its implementation to match the
requirements of the previous version of the audit interface. The
requirements of the previous version of the audit interface.
The
.B la_version
function should not return the value of
.I version