From cfedbfb96c2591408a57b6a86460b72140bcd494 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 Sep 2020 12:48:52 +0200 Subject: [PATCH] rtld-audit.7: srcfix: semantic newlines Signed-off-by: Michael Kerrisk --- man7/rtld-audit.7 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7 index 21cc339d0..141d49ed9 100644 --- a/man7/rtld-audit.7 +++ b/man7/rtld-audit.7 @@ -75,9 +75,11 @@ A typical implementation of this function simply returns the constant .BR LAV_CURRENT , which indicates the version of .I -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