]> git.saurik.com Git - apple/dyld.git/blobdiff - doc/man/man3/dlclose.3
dyld-851.27.tar.gz
[apple/dyld.git] / doc / man / man3 / dlclose.3
index 1200e8086f1c32f5b1bad0f5b045ad3c89e4dbc8..4a4ba7f1e5d78958d5dbeaf2ef9b6e17a9d0dd4f 100644 (file)
@@ -23,15 +23,15 @@ is the value returned by a previous call to dlopen.
 Prior to Mac OS X 10.5, only bundles could be unloaded.  Starting in Mac OS X 10.5, 
 dynamic libraries may also be unloaded.  There are a couple of cases in which a
 dynamic library will never be unloaded: 1) the main executable links against it, 
 Prior to Mac OS X 10.5, only bundles could be unloaded.  Starting in Mac OS X 10.5, 
 dynamic libraries may also be unloaded.  There are a couple of cases in which a
 dynamic library will never be unloaded: 1) the main executable links against it, 
-2) An API that does not supoort unloading (e.g. NSAddImage()) was used to load
-it or some other dynnamic library that depends on it, 3) the dynamic library
+2) an API that does not support unloading (e.g. NSAddImage()) was used to load
+it or some other dynamic library that depends on it, 3) the dynamic library
 is in dyld's shared cache.
 .Sh RETURN VALUES
 If
 .Fn dlclose
 is successful, it returns a value of 0.
 Otherwise it returns -1, and sets an error string that can be
 is in dyld's shared cache.
 .Sh RETURN VALUES
 If
 .Fn dlclose
 is successful, it returns a value of 0.
 Otherwise it returns -1, and sets an error string that can be
-retrived with
+retrieved with
 .Fn dlerror .
 .Pp
 .Sh SEE ALSO
 .Fn dlerror .
 .Pp
 .Sh SEE ALSO