dlopen.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-11 09:20:54 +01:00
parent b50a708ba6
commit 7903974202
1 changed files with 1 additions and 1 deletions

View File

@ -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