]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: Mention other functions in the dlopen API in the initial paragraph
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 16 Jul 2015 15:16:32 +0000 (17:16 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 15:35:44 +0000 (17:35 +0200)
Doing so helps orient the reader.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index b4c9d535921d8094c0f33087f94f269e21bb52c3..997d0983afd9f7fb7800a1bc9de6a85e9fc8c2b1 100644 (file)
@@ -59,6 +59,13 @@ file named by the null-terminated
 string
 .I filename
 and returns an opaque "handle" for the loaded object.
+This handle is employed with other functions in the dlopen API, such as
+.BR dlsym (3),
+.BR dladdr (3),
+.BR dlinfo (3),
+and
+.BR dlclose ().
+
 If
 .I filename
 is NULL, then the returned handle is for the main program.