Fix broken markup.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Oct 2003 22:22:10 +0000 (22:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Oct 2003 22:22:10 +0000 (22:22 +0000)
doc/src/sgml/release.sgml

index a38ff79cf8b220f282a3979f5e67c97585a9064f..8aae5969e5ba0363bf3f0f5c6e93e3fa8609c1bf 100644 (file)
@@ -242,7 +242,7 @@ required for those wishing to migrate data from any previous release.</para>
 <itemizedlist>
 <listitem><para>Allow IPv6 server connections (Nigel Kukard, Johan Jordaan, Bruce, Tom, Kurt
   Roeckx, Andrew Dunstan)</para></listitem>
-<listitem><para>Fix SSL to handle errors cleanly (Nathan Mueller)
+<listitem><para>Fix SSL to handle errors cleanly (Nathan Mueller)</para>
    <para>
     In prior releases, certain rare SSL API error reports were not
     handled correctly.  This release fixes those problems.
@@ -625,7 +625,7 @@ required for those wishing to migrate data from any previous release.</para>
    </para>
    </listitem>
 <listitem><para>Allow CLUSTER to use index marked as pre-clustered by default (Alvaro Herrera)</para></listitem>
-<listitem><para>Allow CLUSTER to cluster all tables (Alvaro Herrera)
+<listitem><para>Allow CLUSTER to cluster all tables (Alvaro Herrera)</para>
    <para>
     This allows all previously clustered tables in a database to be
     reclustered with a single command.