X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref.sgml;h=2935dcf7346c47a21c6a160b2c1819f54df683ad;hb=c7b9e795a73b25b3c81ecb1c8c69b8f0f944a064;hp=6f21f33f6b728055271690ec0b2ef8d58caddc46;hpb=63f1ccc748768f01063438cbb991b2f3022d37d4;p=uffi.git diff --git a/doc/ref.sgml b/doc/ref.sgml index 6f21f33..2935dcf 100644 --- a/doc/ref.sgml +++ b/doc/ref.sgml @@ -61,11 +61,11 @@ - Immediate Types + Primitive Types Overview - Immediate types have a single value, these include + Primitive types have a single value, these include characters, numbers, and pointers. They are all symbols in the keyword package. @@ -419,7 +419,7 @@ foreign function. Syntax - load-foreign-library filename module supporting-libraries => success + load-foreign-library filename &key module supporting-libraries => success @@ -429,7 +429,8 @@ foreign function. filename A string or pathname specifying the library location -in the filesystem. +in the filesystem. At least one implementation (&lw;) can not +accept a logical pathname.