aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/dlopen.3
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-04 10:33:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-04 10:33:48 +0000
commitc6de4ce791c499ba386476f8bc87ed49052f0f79 (patch)
tree0f41fb802fc9270b46740b35eb965449205e46a9 /lib/libc/gen/dlopen.3
parentfc41545e4e9fe850db095b1cd0cc1ad35d17fdee (diff)
downloadsrc-c6de4ce791c499ba386476f8bc87ed49052f0f79.tar.gz
src-c6de4ce791c499ba386476f8bc87ed49052f0f79.zip
Notes
Diffstat (limited to 'lib/libc/gen/dlopen.3')
-rw-r--r--lib/libc/gen/dlopen.37
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3
index 45f1d9650de6..50b0599caa5d 100644
--- a/lib/libc/gen/dlopen.3
+++ b/lib/libc/gen/dlopen.3
@@ -123,6 +123,13 @@ Symbols in this shared object and its DAG of needed objects will be
available for resolving undefined references only from other objects
in the same DAG. This is the default, but it may be specified
explicitly with this flag.
+.It Dv RTLD_TRACE
+When set, causes dynamic linker to exit after loading all objects
+needed by this shared object and printing a summary which includes
+the absolute pathnames of all objects, to standard output.
+With this flag
+.Fn dlopen
+will return to the caller only in the case of error.
.El
.Pp
If