added better debugging info when failing to load foreign library
[clsql.git] / doc / ref-clsql.xml
index fc99b08ac05d78b47eac2ad1e31323081d2d0ca8..b44ac4d743ef416bcd2ac3d1384a23e1f6f29bb2 100644 (file)
@@ -1510,7 +1510,7 @@ error: 'Access denied for user: 'root@localhost' (Using password: YES)'
 =>
 Error: While trying to access database localhost/test2/root
   using database-type POSTGRESQL:
-  Error database-destory failed: dropdb: database removal failed: ERROR:  database "test2" does not exist
+  Error database-destroy failed: dropdb: database removal failed: ERROR:  database "test2" does not exist
   has occurred.
   [condition type: CLSQL-ACCESS-ERROR]
        </screen>
@@ -1891,12 +1891,14 @@ Error: While trying to access database localhost/test2/root
          </varlistentry>
          <varlistentry>
            <term><parameter>field-names</parameter></term>
-           <para>
-             A boolean with a default value of &t;. When &t;, this
-             function results a second value of a list of field
-             names. When &nil;, this function only returns one value
-             - the list of rows.
-           </para>
+           <listitem>
+             <para>
+               A boolean with a default value of &t;. When &t;, this
+               function results a second value of a list of field
+               names. When &nil;, this function only returns one value
+               - the list of rows.
+             </para>
+           </listitem>
          </varlistentry>
          <varlistentry>
            <term><returnvalue>result</returnvalue></term>