From f642cc55db8fd55a66df3f7390d261d382f1e6e0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 3 Jul 2019 13:59:36 +0200 Subject: [PATCH] dlopen.3: wfix: consistently use "object" rather than "library" Signed-off-by: Michael Kerrisk --- man3/dlopen.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 95b37fe2b..885667470 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -236,7 +236,7 @@ deallocated until has been called on it as many times as .BR dlopen () has succeeded on it. -Constructors (see below) are called only when the library is actually loaded +Constructors (see below) are called only when the object is actually loaded into memory (i.e., when the reference count increases to 1). .PP A subsequent @@ -347,7 +347,7 @@ On success, .BR dlopen () and .BR dlmopen () -return a non-NULL handle for the loaded library. +return a non-NULL handle for the loaded object. On error (file could not be found, was not readable, had the wrong format, or caused errors during loading),