aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-16 10:48:35 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:44 +0200
commit936b64f6619dcbbbf35052b3f57c6eeaa4eecd74 (patch)
treee3763d5dbfd01b4251860391a27bfa97b045b650
parentda9356be20aa9afa30c9b8de4e36d6125d79a651 (diff)
downloadman-pages-936b64f6619dcbbbf35052b3f57c6eeaa4eecd74.tar.gz
dlsym.3: SEE ALSO: add dlerror(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dlsym.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/dlsym.3 b/man3/dlsym.3
index 7277a6a3b9..ffe5a9174c 100644
--- a/man3/dlsym.3
+++ b/man3/dlsym.3
@@ -130,6 +130,7 @@ See
.SH SEE ALSO
.BR dl_iterate_phdr (3),
.BR dladdr (3),
+.BR dlerror (3),
.BR dlinfo (3),
.BR dlopen (3),
.BR ld.so (8)