Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7ecf604

Browse files
author
Thomas G. Lockhart
committed
Fix up small markup problems. Force omit-tags to nil so we have tag
completion as required by the newest DocBook conventions.
1 parent 107eb78 commit 7ecf604

File tree

4 files changed

+42
-8
lines changed

4 files changed

+42
-8
lines changed

doc/src/sgml/arch-dev.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<chapter id="overview">
2-
<title>PostgreSQL from the Developer's Point of View</title>
2+
<title>Overview of PostgreSQL Internals</title>
3+
4+
<note>
5+
<title>Author</title>
6+
<para>
7+
This chapter originally appeared as a part of <xref id="SIM98">, Stefan Simkovics'
8+
Master's Thesis prepared at Vienna University of Technology under the direction
9+
of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr.
10+
</para>
11+
</note>
312

413
<para>
514
This chapter gives an overview of the internal structure of the

doc/src/sgml/biblio.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<!--
275275
<BIBLIOMISC>&dash;</BIBLIOMISC>
276276

277-
<BOOKBIBLIO ID="USERS-GUIDE">
277+
<BOOKBIBLIO ID="masters-thesis">
278278

279279
Master's Thesis
280280
Enhancement of the ANSI SQL Implementation of PostgreSQL
@@ -307,15 +307,15 @@ Univ.Ass. Mag. Katrin Seyr
307307
</authorgroup>
308308

309309
<othercredit>
310+
<contrib>
311+
with support by
312+
</contrib>
310313
<honorific>O.Univ.Prof.Dr.</honorific>
311314
<firstname>Georg</firstname>
312315
<surname>Gottlob</surname>
313316
<honorific>Univ.Ass. Mag.</honorific>
314317
<firstname>Katrin</firstname>
315318
<surname>Seyr</surname>
316-
<contrib>
317-
with support by
318-
</contrib>
319319
</othercredit>
320320
<abstract>
321321
<para>

doc/src/sgml/cvs.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.2 1999/01/07 03:00:43 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.3 1999/03/30 15:25:56 thomas Exp $
33
CVS code repository
44
Thomas Lockhart
55

66
$Log: cvs.sgml,v $
7+
Revision 1.3 1999/03/30 15:25:56 thomas
8+
Fix up small markup problems. Force omit-tags to nil so we have tag
9+
completion as required by the newest DocBook conventions.
10+
711
Revision 1.2 1999/01/07 03:00:43 thomas
812
Put in more markup. Not done yet though.
913

@@ -1188,7 +1192,7 @@ primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
11881192
<!-- Keep this comment at the end of the file
11891193
Local variables:
11901194
mode: sgml
1191-
sgml-omittag:t
1195+
sgml-omittag:nil
11921196
sgml-shorttag:t
11931197
sgml-minimize-attributes:nil
11941198
sgml-always-quote-attributes:t

doc/src/sgml/geqo.sgml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.7 1999/02/19 01:57:08 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.8 1999/03/30 15:25:56 thomas Exp $
33
Genetic Optimizer
44

55
$Log: geqo.sgml,v $
6+
Revision 1.8 1999/03/30 15:25:56 thomas
7+
Fix up small markup problems. Force omit-tags to nil so we have tag
8+
completion as required by the newest DocBook conventions.
9+
610
Revision 1.7 1999/02/19 01:57:08 thomas
711
Fix SGML markup from last content changes.
812

@@ -395,3 +399,20 @@ The Benjamin/Cummings Pub., Inc.
395399

396400
</sect1>
397401
</Chapter>
402+
403+
<!-- Keep this comment at the end of the file
404+
Local variables:
405+
mode: sgml
406+
sgml-omittag:nil
407+
sgml-shorttag:t
408+
sgml-minimize-attributes:nil
409+
sgml-always-quote-attributes:t
410+
sgml-indent-step:1
411+
sgml-indent-data:t
412+
sgml-parent-document:nil
413+
sgml-default-dtd-file:"./reference.ced"
414+
sgml-exposed-tags:nil
415+
sgml-local-catalogs:"/usr/lib/sgml/catalog"
416+
sgml-local-ecat-files:nil
417+
End:
418+
-->

0 commit comments

Comments
 (0)