aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/dlopen.3')
-rw-r--r--man3/dlopen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 95b37fe2bb..885667470d 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),