Skip to content

Commit e25c3e8

Browse files
committed
Fix SGML markup
1 parent deb66e0 commit e25c3e8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/src/sgml/gin.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.1 2006/09/14 11:16:27 teodor Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.2 2006/09/14 13:40:28 teodor Exp $ -->
22

33
<chapter id="GIN">
44
<title>GIN Indexes</title>
@@ -174,7 +174,7 @@
174174
</para>
175175
</listitem>
176176
</varlistentry>
177-
<variablelist>
177+
</variablelist>
178178

179179
</sect1>
180180

doc/src/sgml/postgres.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.77 2006/03/10 19:10:48 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.78 2006/09/14 13:40:28 teodor Exp $ -->
22

33
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
44

@@ -236,6 +236,7 @@
236236
&geqo;
237237
&indexam;
238238
&gist;
239+
&gin;
239240
&storage;
240241
&bki;
241242
&planstats;

doc/src/sgml/xindex.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.46 2006/09/14 11:16:27 teodor Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.47 2006/09/14 13:40:28 teodor Exp $ -->
22

33
<sect1 id="xindex">
44
<title>Interfacing Extensions To Indexes</title>
@@ -460,7 +460,6 @@
460460
query</entry>
461461
<entry>4</entry>
462462
</row>
463-
</row>
464463
</tbody>
465464
</tgroup>
466465
</table>

0 commit comments

Comments
 (0)