]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
rtld-audit.7: srcfix: semantic newlines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Sep 2020 10:48:52 +0000 (12:48 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Sep 2020 18:41:01 +0000 (20:41 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/rtld-audit.7

index 21cc339d07e1420fc16490297b2d357669f47b1c..141d49ed9f6ccce5daf53eea0a0620771fee2fc0 100644 (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