X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref.sgml;h=33f8a568d7e317d990aade3ca42ee60cf8efaa09;hb=0e2874cd053926b5687403d7a824f8eea28f847b;hp=2935dcf7346c47a21c6a160b2c1819f54df683ad;hpb=c7b9e795a73b25b3c81ecb1c8c69b8f0f944a064;p=uffi.git diff --git a/doc/ref.sgml b/doc/ref.sgml index 2935dcf..33f8a56 100644 --- a/doc/ref.sgml +++ b/doc/ref.sgml @@ -471,7 +471,9 @@ a session. Examples - (load-foreign-library #p"/usr/lib/libmysqlclient.so" "mysql" '("c")) + (load-foreign-library #p"/usr/lib/libmysqlclient.so" + :module "mysql" + :supporting-libraries '("c")) => T