aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-07 14:39:23 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:43 +0200
commit9987012c0c5215edc687e210a526e366748704bb (patch)
tree2c86cc711ff35e436c12a8cab6f22b625717adf4
parent46db2df16363ffc72421774fdbc619b9fbef2e93 (diff)
downloadman-pages-9987012c0c5215edc687e210a526e366748704bb.tar.gz
dladdr.3: SEE ALSO: add dlinfo(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dladdr.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/dladdr.3 b/man3/dladdr.3
index 62ffa12d32..bb7355d462 100644
--- a/man3/dladdr.3
+++ b/man3/dladdr.3
@@ -273,5 +273,6 @@ will generate code that just loads the final symbol address from the
.BR dladdr ().
.SH SEE ALSO
.BR dl_iterate_phdr (3),
+.BR dlinfo (3),
.BR dlopen (3),
.BR ld.so (8)