dlopen.3: wfix: consistently use "object" rather than "library"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-07-03 13:59:36 +02:00
parent d031ca920e
commit f642cc55db
1 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ deallocated until
has been called on it as many times as has been called on it as many times as
.BR dlopen () .BR dlopen ()
has succeeded on it. 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). into memory (i.e., when the reference count increases to 1).
.PP .PP
A subsequent A subsequent
@ -347,7 +347,7 @@ On success,
.BR dlopen () .BR dlopen ()
and and
.BR dlmopen () .BR dlmopen ()
return a non-NULL handle for the loaded library. return a non-NULL handle for the loaded object.
On error On error
(file could not be found, was not readable, had the wrong format, (file could not be found, was not readable, had the wrong format,
or caused errors during loading), or caused errors during loading),