aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-19 14:23:07 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:44 +0200
commit92bade29b9dc590b1bbf98ffb8af376d552f24dc (patch)
treec70696e202255bdfadac352d6381a3657acee376 /man3
parentb198e0ae766aa76ed2644f673be16a77f116a70f (diff)
downloadman-pages-92bade29b9dc590b1bbf98ffb8af376d552f24dc.tar.gz
atexit.3: SEE ALSO: add dlopen(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/atexit.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/atexit.3 b/man3/atexit.3
index 6244fa9e87..551bdd60d1 100644
--- a/man3/atexit.3
+++ b/man3/atexit.3
@@ -175,5 +175,6 @@ main(void)
.fi
.SH SEE ALSO
.BR _exit (2),
+.BR dlopen (3),
.BR exit (3),
.BR on_exit (3)