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 7cd8792faa..9d654625e6 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -275,7 +275,7 @@ as well as symbols in libraries that were dynamically loaded with the
flag.
.TP
.BR RTLD_NEXT
-Find the next occurrence of a function in the search order
+Find the next occurrence of the desired symbol in the search order
after the current library.
This allows one to provide a wrapper
around a function in another shared library, so that, for example,