diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-16 13:55:57 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-16 13:55:57 +0000 |
| commit | 9ae412aae5fe4a11922f1c2204fc30966ffb6c0f (patch) | |
| tree | 518354a5c1a2a9ab79abd7fd6fa5ccd48ae68d9b /lib/libc | |
| parent | 3f25347467fed1935bb99aca167eacbef060f864 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/dlopen.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3 index 081946d797c9..4b6a1c172403 100644 --- a/lib/libc/gen/dlopen.3 +++ b/lib/libc/gen/dlopen.3 @@ -194,15 +194,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 |
