]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 16 Jul 2015 08:19:04 +0000 (10:19 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 15:35:44 +0000 (17:35 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index 0d80c481377d536908a9c58ec4f96266c39c668b..832dd67d7ffa23a9d3e42671697fff7b5e8a74b2 100644 (file)
@@ -219,7 +219,7 @@ to resolve references in a dynamically loaded shared object.
 If the same shared object is loaded again with
 .BR dlopen (),
 the same object handle is returned.
-The dl library maintains reference
+The dynamic linker maintains reference
 counts for object handles, so a dynamically loaded shared object is not
 deallocated until
 .BR dlclose ()