r1641: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Mar 2002 14:34:36 +0000 (14:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Mar 2002 14:34:36 +0000 (14:34 +0000)
doc/bookinfo.sgml
doc/intro.sgml

index 964b79cb61a20a5c8093f2e1e79ffccfa8a9f4cd..aeca209136eb99ba250abe0707ee128b4e6b5f93 100644 (file)
@@ -13,9 +13,8 @@
     <surname>Rosenberg</surname>
   </author>
   <printhistory>
-    <simpara>Release $Name:  $</simpara>
-    <simpara>File $Date: 2002/03/23 14:04:50 $</simpara>
-    <simpara>$Id: bookinfo.sgml,v 1.1 2002/03/23 14:04:50 kevin Exp $</simpara>
+    <simpara>File $Date: 2002/03/23 14:34:36 $</simpara>
+    <simpara>$Id: bookinfo.sgml,v 1.2 2002/03/23 14:34:36 kevin Exp $</simpara>
   </printhistory>
   <copyright>
     <year>1999</year>
@@ -26,9 +25,8 @@
   <legalnotice>
     <itemizedlist>
       <listitem>
-       <para>&clsql; is Copyright &copy;
-         1999-2001 by Pierre R. Mai and Copyright &copy; 2002 by
-         Kevin M. Rosenberg.</para>
+       <para>&clsql; is Copyright &copy; 2002 by Kevin M. Rosenberg and
+       Copyright &copy; 1999-2001 by Pierre R. Mai.</para>
        </listitem>
        <listitem>
         <para><application>Allegro CL</application>&reg; is a registered
index bc663236ce0ebd7f4b43097bb78fe54d8a22c500..5a6e7bb42656f473d00b831b8f3014b0ec52e1c2 100644 (file)
@@ -112,24 +112,28 @@ files for Microsoft Windows are supplied with the distribution.</para>
 edit <filename>Makefile</filename> or <filename>Makefile.msvc</filename> to
 correctly specify the location of your &mysql; installation. On UNIX systems, use
 the command:
-<programlisting>make</programlisting>. On a Microsoft Windows system,
-use the command: <programlisting>nmake /f
-Makefile.msvc</programlisting>.</para>
+<programlisting>make</programlisting>
+On a Microsoft Windows system,
+use the command: 
+<programlisting>
+nmake /f
+Makefile.msvc
+</programlisting></para>
     </sect2>
 
     <sect2>
       <title>Load &uffi;</title>
       <para>
        Unpack the appropriate &uffi; version for your system which creates a directory
-for the &uffi; files. Add that directory to &defsystem; <varname>*central-registry*</varname>.
+for the &uffi; files. Add that directory to Defsystem's <varname>mk:*central-registry*</varname>.
 You can do that by either pushing the pathname of the directory onto this variable, or
 use the new <function>add-registry-location</function> present in the newest versions of
-&defsystem;. The below example code assumes the &uffi; files reside in the
+&defsystem;. The following example code assumes the &uffi; files reside in the
 <filename>/usr/local/src/lisp/uffi</filename> directory.
-       <computeroutput>
+       <programlisting>
        (mk:add-registry-location #P"/usr/local/src/lisp/uffi")
        (mk:load-system :uffi)
-        </computeroutput>
+        </programlisting>
       </para>
     </sect2>