Fix symbol name
[uffi.git] / doc / appendix.xml
index ce5b4a576efcd6c8b5022e16390eaca4f0cc59ed..63768a9b703129524d3c758c2c6d765d108338db 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY % myents SYSTEM "entities.xml">
+<!ENTITY % myents SYSTEM "entities.inc">
 %myents;
 ]>
 
@@ -28,8 +28,8 @@ the file <filename>defsystem.lisp</filename> from the CVS
       <function>push</function> the
       directory containing &uffi; into
       <varname>asdf:*central-registry*</varname> variable. Whenever you
-want to load the &uffi; package, use the function
-      <computeroutput>(asdf:oos 'asdf:load-op :uffi)</computeroutput>.
+want to load the &uffi; package, use the form
+      <computeroutput>(asdf:operate 'asdf:load-op :uffi)</computeroutput>.
     </para>
   </sect1>
 </appendix>