Deleted Added
full compact
33c33
< .\" $FreeBSD: head/lib/libc/gen/dlopen.3 84306 2001-10-01 16:09:29Z ru $
---
> .\" $FreeBSD: head/lib/libc/gen/dlopen.3 90172 2002-02-04 10:33:48Z sobomax $
125a126,132
> .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.