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

Commit 4f268b0

Browse files
committed
More markup fixes
1 parent d45c079 commit 4f268b0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/src/sgml/libpq++.sgml

+2-1
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.27 2001/04/30 22:21:22 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.28 2001/05/01 10:48:57 petere Exp $
33
-->
44

55
<chapter id="libpqplusplus">
@@ -356,6 +356,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.27 2001/04/30 22:21:
356356
</para>
357357
</listitem>
358358
</itemizedlist>
359+
</para>
359360
</sect2>
360361

361362
<sect2 id="libpqpp-exec-select-info">

doc/src/sgml/libpq.sgml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.61 2001/04/30 22:21:22 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.62 2001/05/01 10:48:57 petere Exp $
33
-->
44

55
<chapter id="libpq">
@@ -696,6 +696,8 @@ SSL *PQgetssl(const PGconn *conn);
696696
Once a connection to a database server has been successfully
697697
established, the functions described here are used to perform
698698
SQL queries and commands.
699+
</para>
700+
699701
<sect2 id="libpq-exec-main">
700702
<title>Main Routines</title>
701703
<itemizedlist>
@@ -731,6 +733,7 @@ definition of struct PGresult is not even provided in libpq-fe.h. If you
731733
have old code that accesses PGresult fields directly, you can keep using it
732734
by including libpq-int.h too, but you are encouraged to fix the code
733735
soon.)
736+
</para>
734737

735738
<itemizedlist>
736739
<listitem>

0 commit comments

Comments
 (0)