diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-15 00:24:19 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-15 00:24:19 +0000 |
| commit | 6e2affc98f60e5117315d1969faf36f1c14b72e6 (patch) | |
| tree | c59efc5940c2842eefc989c5883a5f49afbfdddd | |
| parent | c2844275611739029b399ea1927c0f84d72e6a8c (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/dlopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3 index b9a987c0aefe..7cdfbd711043 100644 --- a/lib/libc/gen/dlopen.3 +++ b/lib/libc/gen/dlopen.3 @@ -93,7 +93,7 @@ executable of the process. .Fa mode controls the way in which external function references from the loaded object are bound to their referents. -It must contains one of the following values: +It must contain one of the following values: .Bl -tag -width RTLD_LAZYX .It Dv RTLD_LAZY Each external function reference is resolved when the function is first |
