aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/dlopen.3
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2010-08-16 15:18:30 +0000
committerJoel Dahl <joel@FreeBSD.org>2010-08-16 15:18:30 +0000
commitc2025a76606b44c4d5367b7509fbc0285ae1e7f8 (patch)
treef1fb1550ad8fd503eb2a17d71116cdfebf902492 /lib/libc/gen/dlopen.3
parente49471b04b4bf0bfc58e2feeb0dd4208ea8f7c0d (diff)
downloadsrc-c2025a76606b44c4d5367b7509fbc0285ae1e7f8.tar.gz
src-c2025a76606b44c4d5367b7509fbc0285ae1e7f8.zip
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
Notes
Notes: svn path=/head/; revision=211397
Diffstat (limited to 'lib/libc/gen/dlopen.3')
-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 45b013974686..3da9b6e923d2 100644
--- a/lib/libc/gen/dlopen.3
+++ b/lib/libc/gen/dlopen.3
@@ -149,7 +149,7 @@ The same behaviour may be requested by
option of the static linker
.Xr ld 1 .
.It Dv RTLD_NOLOAD
-Ony return valid handle for the object if it is already loaded in
+Only return valid handle for the object if it is already loaded in
the process address space, otherwise
.Dv NULL
is returned.