From 7903974202b21e2328cadd2bf28d8c34ab2c4c13 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 11 Nov 2016 09:20:54 +0100 Subject: [PATCH] dlopen.3: wfix Signed-off-by: Michael Kerrisk --- man3/dlopen.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 2f01451db..408987688 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -126,7 +126,7 @@ One of the following two values must be included in .TP .B RTLD_LAZY Perform lazy binding. -Only resolve symbols as the code that references them is executed. +Resolve symbols only as the code that references them is executed. If the symbol is never referenced, then it is never resolved. (Lazy binding is performed only for function references; references to variables are always immediately bound when