r8185: convert programlisting to screen
[clsql.git] / doc / appendix.xml
index 4a0a3646644f6e9e2ad9295af17d263817e414be..4c77eaad0dc24548136eb0b6c3847f5426a78e6b 100644 (file)
@@ -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>