aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-06 10:11:36 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:43 +0200
commitadb1cfab5296645a9645118f4d03eda7d84c25c8 (patch)
treed7c9b213808363f649defa9a3c61e2ce8296aa83
parent48a11e1d6eccbefce468c2ed957a0c327bb271d4 (diff)
downloadman-pages-adb1cfab5296645a9645118f4d03eda7d84c25c8.tar.gz
dlopen.3: Add VERSIONS section
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dlopen.310
1 files changed, 10 insertions, 0 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index cb5dbf94fa..7bf8944666 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -396,6 +396,16 @@ provided by glibc since version 2.1,
does the same as
.BR dlsym ()
but takes a version string as an additional argument.
+.SH VERSIONS
+.BR dlopen (),
+.BR dlsym (),
+.BR dlclose (),
+.BR dlerror (),
+and
+.BR dladdr ()
+are present in glibc 2.0 and later.
+.BR dlvsym ()
+first appeared in glibc 2.1.
.SH CONFORMING TO
POSIX.1-2001 describes
.BR dlclose (),