r8185: convert programlisting to screen
[clsql.git] / doc / appendix.xml
index c9c7086c79589fa865f47f802c2e8a5de9afebec..4c77eaad0dc24548136eb0b6c3847f5426a78e6b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version='1.0' ?>   <!-- -*- DocBook -*- -->
+<?xml version='1.0' ?>
 <!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">
@@ -25,7 +25,7 @@
     <sect2>
       <title>Initialization</title>
       <para>Use 
-       <programlisting>(mk:load-system :clsql-mysql)</programlisting>
+       <screen>(mk:load-system :clsql-mysql)</screen>
        to load the MySQL back-end.  The database type for the MySQL
        back-end is <symbol>:mysql</symbol>.</para>
       </sect2>
@@ -91,7 +91,7 @@
       <sect2>
        <title>Initialization</title>
        <para>Use 
-         <programlisting>(mk:load-system :clsql-postgresql)</programlisting>
+         <screen>(mk:load-system :clsql-postgresql)</screen>
          to load the PostgreSQL back-end.  The database type for the
          PostgreSQL back-end is <symbol>:postgresql</symbol>.</para>
       </sect2>
       <sect2>
        <title>Initialization</title>
        <para>Use 
-         <programlisting>(mk:load-system :clsql-postgresql-socket)</programlisting>
+         <screen>(mk:load-system :clsql-postgresql-socket)</screen>
          to load the PostgreSQL Socket back-end.  The database type for the
          PostgreSQL Socket back-end is 
          <symbol>:postgresql-socket</symbol>.</para>
       <sect2>
        <title>Initialization</title>
        <para>Use 
-         <programlisting>(mk:load-system :clsql-aodbc)</programlisting>
+         <screen>(mk:load-system :clsql-aodbc)</screen>
          to load the MySQL back-end.  The database type for the AODBC
          back-end is <symbol>:aodbc</symbol>.</para>
       </sect2>