diff options
author | David Krause <david@cvs.openbsd.org> | 2007-02-28 01:46:18 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2007-02-28 01:46:18 +0000 |
commit | 7e3d3e9193392bb1645c8aaf7d88da5795f5b9a3 (patch) | |
tree | 0a12c8aeebb57a48d5529ae438538503becb4528 /share/man/man3 | |
parent | 5e1c55262206a806591a9a3ced74df878788a642 (diff) |
various spelling corrections
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/dlfcn.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index 5f0e5a21562..5e800141746 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dlfcn.3,v 1.19 2006/07/28 13:03:40 kurt Exp $ +.\" $OpenBSD: dlfcn.3,v 1.20 2007/02/28 01:46:17 david Exp $ .\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -116,7 +116,7 @@ other objects. .It Sy RTLD_LOCAL The object's symbols and the symbols of its dependencies will not be visible to other objects. -This is the default value if visiblity is unspecified. +This is the default value if visibility is unspecified. .El .Pp To specify both resolution time and visibility, bitwise inclusive OR one of |