summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-09-15 00:24:19 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-09-15 00:24:19 +0000
commitd16cb02d1ddba6cd76ee113cdb528a9db916890f (patch)
tree486bfacece0762c7ac7e9b6df7ba5b515822d4d7 /lib
parente988dcb149056c71abb5f8328b3b5ab21bb258a9 (diff)
downloadFreeBSD-src-d16cb02d1ddba6cd76ee113cdb528a9db916890f.zip
FreeBSD-src-d16cb02d1ddba6cd76ee113cdb528a9db916890f.tar.gz
Correct a typo that I noticed.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/dlopen.32
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
OpenPOWER on IntegriCloud