summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2004-06-03 10:13:26 +0000
committerroam <roam@FreeBSD.org>2004-06-03 10:13:26 +0000
commit9fb4190027233d51f7fc2ae197e16db291fe2d84 (patch)
tree36204aa860a33b6dd50133efccee0b3b5a66d11d /lib
parent9db9f1379ca05ad37f0569dd051eb23559b115cd (diff)
downloadFreeBSD-src-9fb4190027233d51f7fc2ae197e16db291fe2d84.zip
FreeBSD-src-9fb4190027233d51f7fc2ae197e16db291fe2d84.tar.gz
Fix the ordering in the description of the dlsym() lookup procedure to
reflect src/libexec/rtld-elf/rtld.c rev. 1.68 - the globally-loaded objects (RTLD_GLOBAL) are searched before the local object's DAG's. PR: 62770 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/dlopen.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3
index 3729361..118e165 100644
--- a/lib/libc/gen/dlopen.3
+++ b/lib/libc/gen/dlopen.3
@@ -197,15 +197,15 @@ All objects loaded at program start-up.
.It
All objects loaded via
.Fn dlopen
-which are in needed-object DAGs that also contain the referencing object.
-.It
-All objects loaded via
-.Fn dlopen
with the
.Dv RTLD_GLOBAL
flag set in the
.Fa mode
argument.
+.It
+All objects loaded via
+.Fn dlopen
+which are in needed-object DAGs that also contain the referencing object.
.El
.Pp
If
OpenPOWER on IntegriCloud