aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-07-03 13:59:36 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-07-03 13:59:36 +0200
commitf642cc55db8fd55a66df3f7390d261d382f1e6e0 (patch)
tree8c82bc1b8545f2fa0a583786ef0b01ae60f8d304 /man3/dlopen.3
parentd031ca920eadae881504a8491eea6978eb2fc050 (diff)
downloadman-pages-f642cc55db8fd55a66df3f7390d261d382f1e6e0.tar.gz
dlopen.3: wfix: consistently use "object" rather than "library"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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),