aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-06 10:22:57 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:43 +0200
commit0a78ab7b0a22cb9f5cc2f240138c1128b3444524 (patch)
tree31a5b38507e250bc4817645128efb09d2a61aa46
parentadb1cfab5296645a9645118f4d03eda7d84c25c8 (diff)
downloadman-pages-0a78ab7b0a22cb9f5cc2f240138c1128b3444524.tar.gz
dlopen.3: Minor wording fix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dlopen.313
1 files changed, 2 insertions, 11 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 7bf8944666..ecf48c8020 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -54,7 +54,8 @@ The four functions
.BR dlsym (),
.BR dlclose (),
.BR dlerror ()
-implement the interface to the dynamic linking loader.
+provide an interface to the dynamic linking loader.
+Some additional nonstandard extensions to this API are documented below.
.SS dlerror()
The function
.BR dlerror ()
@@ -396,16 +397,6 @@ 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 (),