X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref_func_libr.xml;h=da8b9b73c87a600dd371985a3b26fb56ca716d34;hb=093110cc904383694a1b549cf3525cc7088e92e1;hp=7a366dbfdb6372ce2635ad6aea8b82f65fa9e1ad;hpb=e23ce13827d1948c2e46f2b36a4a22127615844a;p=uffi.git diff --git a/doc/ref_func_libr.xml b/doc/ref_func_libr.xml index 7a366db..da8b9b7 100644 --- a/doc/ref_func_libr.xml +++ b/doc/ref_func_libr.xml @@ -1,7 +1,7 @@ + %myents; ]> @@ -103,7 +103,10 @@ foreign function. If :void indicates module does not return A string or pathname specifying the library location in the filesystem. At least one implementation (&lw;) can not -accept a logical pathname. +accept a logical pathname. If this parameter denotes a pathname without a +directory component then most of the supported Lisp implementations will be +able to find the library themselves if it is located in one of the standard +locations as defined by the underlying operating system. @@ -135,7 +138,6 @@ link the foreign library. (Required by CMUCL) A boolean flag, &t; if the library was able to be loaded successfully or if the library has been previously loaded, -otherwise &nil;. @@ -168,7 +170,7 @@ a session. A library can be reloaded by using the :force-load k Exceptional Situations - None. + An error will be signaled if the library is unable to be loaded.