diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-09-15 00:24:19 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-09-15 00:24:19 +0000 |
commit | d16cb02d1ddba6cd76ee113cdb528a9db916890f (patch) | |
tree | 486bfacece0762c7ac7e9b6df7ba5b515822d4d7 | |
parent | e988dcb149056c71abb5f8328b3b5ab21bb258a9 (diff) | |
download | FreeBSD-src-d16cb02d1ddba6cd76ee113cdb528a9db916890f.zip FreeBSD-src-d16cb02d1ddba6cd76ee113cdb528a9db916890f.tar.gz |
Correct a typo that I noticed.
-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 b9a987c..7cdfbd7 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 |