From 28b14b034a0161e6aa0b33023a05783ab2874c89 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Mon, 23 Oct 2006 19:29:46 +0000
Subject: [PATCH] Fix broken markup.

---
 doc/src/sgml/release.sgml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 2e9a09350a7..5caa3aae6cc 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.480 2006/10/23 18:10:31 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.481 2006/10/23 19:29:46 tgl Exp $ -->
 <!--
 
 Typical markup:
@@ -400,7 +400,7 @@ links to the main documentation.
 
       <listitem>
        <para>
-        In <filename>contrib/xml2/<filename>, rename <function>xml_valid()</> to
+        In <filename>contrib/xml2/</>, rename <function>xml_valid()</> to
         <function>xml_is_well_formed()</> (Tom)
        </para>
 
@@ -413,7 +413,7 @@ links to the main documentation.
 
       <listitem>
        <para>
-        Remove <filename>contrib/ora2pg/<filename>, now at <ulink
+        Remove <filename>contrib/ora2pg/</>, now at <ulink
         url="http://www.samse.fr/GPL/ora2pg"></ulink>
        </para>
       </listitem>
@@ -428,7 +428,8 @@ links to the main documentation.
 
       <listitem>
        <para>
-        Remove abandoned contrib modules:  mSQL-interface, tips
+        Remove abandoned contrib modules:
+        <filename>mSQL-interface</>, <filename>tips</>
        </para>
       </listitem>
 
-- 
GitLab