Skip to content

Commit 9bd04c0

Browse files
committed
Fix broken markup.
1 parent bc010cd commit 9bd04c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.233 2003/10/31 19:51:14 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.234 2003/10/31 22:22:10 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -242,7 +242,7 @@ required for those wishing to migrate data from any previous release.</para>
242242
<itemizedlist>
243243
<listitem><para>Allow IPv6 server connections (Nigel Kukard, Johan Jordaan, Bruce, Tom, Kurt
244244
Roeckx, Andrew Dunstan)</para></listitem>
245-
<listitem><para>Fix SSL to handle errors cleanly (Nathan Mueller)
245+
<listitem><para>Fix SSL to handle errors cleanly (Nathan Mueller)</para>
246246
<para>
247247
In prior releases, certain rare SSL API error reports were not
248248
handled correctly. This release fixes those problems.
@@ -625,7 +625,7 @@ required for those wishing to migrate data from any previous release.</para>
625625
</para>
626626
</listitem>
627627
<listitem><para>Allow CLUSTER to use index marked as pre-clustered by default (Alvaro Herrera)</para></listitem>
628-
<listitem><para>Allow CLUSTER to cluster all tables (Alvaro Herrera)
628+
<listitem><para>Allow CLUSTER to cluster all tables (Alvaro Herrera)</para>
629629
<para>
630630
This allows all previously clustered tables in a database to be
631631
reclustered with a single command.

0 commit comments

Comments
 (0)