aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/dlopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 974fe9a47c..95b37fe2bb 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -163,7 +163,7 @@ references in subsequently loaded shared objects.
.BR RTLD_NODELETE " (since glibc 2.2)"
Do not unload the shared object during
.BR dlclose ().
-Consequently, the object's static variables are not reinitialized
+Consequently, the object's static and global variables are not reinitialized
if the object is reloaded with
.BR dlopen ()
at a later time.