Skip to content

Commit 092c36e

Browse files
committed
Fix HISTORY.html build using </link>, not </>.
1 parent 3393551 commit 092c36e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release-9.0.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.20 2010/05/13 01:57:01 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.21 2010/05/13 12:47:50 momjian Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -163,7 +163,7 @@ recovery_connections -> hot_standby
163163

164164
<listitem>
165165
<para>
166-
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></>
166+
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></link>
167167
to support in-place upgrades
168168
</para>
169169
</listitem>
@@ -2633,7 +2633,7 @@ recovery_connections -> hot_standby
26332633

26342634
<listitem>
26352635
<para>
2636-
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></>
2636+
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></link>
26372637
to support in-place upgrades (Bruce)
26382638
</para>
26392639

0 commit comments

Comments
 (0)