More markup fixes
authorPeter Eisentraut <[email protected]>
Tue, 1 May 2001 10:48:57 +0000 (10:48 +0000)
committerPeter Eisentraut <[email protected]>
Tue, 1 May 2001 10:48:57 +0000 (10:48 +0000)
doc/src/sgml/libpq++.sgml
doc/src/sgml/libpq.sgml

index 9742c3136bb6736b8c82b21a92b204686187fa97..1b15a023dd311c3ed03672ddb4acef5e155c8076 100644 (file)
@@ -356,6 +356,7 @@ $Header$
       </para>
      </listitem>
 </itemizedlist>
+ </para>
 </sect2>
 
 <sect2 id="libpqpp-exec-select-info">
index dffc02f0939be6f92d3198cc860213d26c338856..50bef435bffdf72ccea254428e4982c151f7886d 100644 (file)
@@ -696,6 +696,8 @@ SSL *PQgetssl(const PGconn *conn);
 Once a connection to a database server has been successfully
 established, the functions described here are used to perform
 SQL queries and commands.
+</para>
+
 <sect2 id="libpq-exec-main">
   <title>Main Routines</title>
 <itemizedlist>
@@ -731,6 +733,7 @@ definition of struct PGresult is not even provided in libpq-fe.h.  If you
 have old code that accesses PGresult fields directly, you can keep using it
 by including libpq-int.h too, but you are encouraged to fix the code
 soon.)
+</para>
 
 <itemizedlist>
 <listitem>