Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 955c877

Browse files
committed
Repair freshly-broken markup.
1 parent 8bb3c8f commit 955c877

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

doc/src/sgml/libpq++.sgml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.26 2001/04/30 17:38:00 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.27 2001/04/30 22:21:22 tgl Exp $
33
-->
44

55
<chapter id="libpqplusplus">
@@ -606,9 +606,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.26 2001/04/30 17:38:
606606
</synopsis>
607607
</para>
608608
</listitem>
609-
</itemizedlist>
610-
</para>
611609
</itemizedlist>
610+
612611
</sect2>
613612
</sect1>
614613

doc/src/sgml/libpq.sgml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.60 2001/04/30 17:38:00 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.61 2001/04/30 22:21:22 tgl Exp $
33
-->
44

55
<chapter id="libpq">
@@ -718,7 +718,6 @@ PGresult *PQexec(PGconn *conn,
718718
</para>
719719
</listitem>
720720
</itemizedlist>
721-
</para>
722721

723722
<para>
724723
The <function>PGresult</function> structure encapsulates the query result
@@ -1116,11 +1115,9 @@ This function is deprecated in favor of <function>PQoidValue</function>
11161115
and is not thread-safe.
11171116
</para>
11181117
</listitem>
1119-
1120-
11211118
</itemizedlist>
1119+
11221120
</sect2>
1123-
</para>
11241121
</sect1>
11251122

11261123
<sect1 id="libpq-async">

0 commit comments

Comments
 (0)