aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-06 15:09:11 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:43 +0200
commit705e06be7f01e53cd6967cc5fe2af3b18ef3118a (patch)
tree8d9dd038493460ac6f0502978f3713bcb3f584b0
parent6445992d724b0f8ba1d1a5185b435fd796a6e45a (diff)
downloadman-pages-705e06be7f01e53cd6967cc5fe2af3b18ef3118a.tar.gz
dlopen.3: Minor fix: remind reader that _init() and _fini() are obsolete
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dlopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 27a8981ff1..77451cc592 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -469,7 +469,7 @@ with the following command:
gcc \-rdynamic \-o foo foo.c \-ldl
.in
.PP
-Libraries exporting
+Libraries exporting (the obsolete)
.BR _init ()
and
.BR _fini ()