diff options
Diffstat (limited to 'share/man/man3/dlfcn.3')
-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 |