]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: wfix: consistently use "object" rather than "library"
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 3 Jul 2019 11:59:36 +0000 (13:59 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 3 Jul 2019 11:59:36 +0000 (13:59 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index 95b37fe2bbbe7d9ba51175a0c20caa9ca4751042..885667470dd3fd0ca68f7195cf42af9ea38449a5 100644 (file)
@@ -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),