OSDN Git Service

Repair freshly-broken markup.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Apr 2001 22:21:22 +0000 (22:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Apr 2001 22:21:22 +0000 (22:21 +0000)
doc/src/sgml/libpq++.sgml
doc/src/sgml/libpq.sgml

index 5e899d5..34757e8 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.26 2001/04/30 17:38:00 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.27 2001/04/30 22:21:22 tgl Exp $
 -->
 
  <chapter id="libpqplusplus">
@@ -606,9 +606,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.26 2001/04/30 17:38:
        </synopsis>
       </para>
      </listitem>
-    </itemizedlist>
-   </para>
 </itemizedlist>
+
 </sect2>
 </sect1>
 
index 94fdd42..e0ea91b 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.60 2001/04/30 17:38:00 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.61 2001/04/30 22:21:22 tgl Exp $
 -->
 
  <chapter id="libpq">
@@ -718,7 +718,6 @@ PGresult *PQexec(PGconn *conn,
 </para>
 </listitem>
 </itemizedlist>
-</para>
 
 <para>
 The <function>PGresult</function> structure encapsulates the query result
@@ -1116,11 +1115,9 @@ This function is deprecated in favor of <function>PQoidValue</function>
 and is not thread-safe.
 </para>
 </listitem>
-
-
 </itemizedlist>
+
 </sect2>
-</para>
 </sect1>
 
 <sect1 id="libpq-async">