Repair freshly-broken markup.

This commit is contained in:
Tom Lane 2001-04-30 22:21:22 +00:00
parent 8bb3c8fe54
commit 955c8771f8
2 changed files with 4 additions and 8 deletions

View 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"> <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> </synopsis>
</para> </para>
</listitem> </listitem>
</itemizedlist>
</para>
</itemizedlist> </itemizedlist>
</sect2> </sect2>
</sect1> </sect1>

View 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"> <chapter id="libpq">
@ -718,7 +718,6 @@ PGresult *PQexec(PGconn *conn,
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</para>
<para> <para>
The <function>PGresult</function> structure encapsulates the query result 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. and is not thread-safe.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</sect2> </sect2>
</para>
</sect1> </sect1>
<sect1 id="libpq-async"> <sect1 id="libpq-async">