diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-04-06 15:41:20 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-04-06 15:41:20 +0000 |
commit | 7fcbc5ddf0f7939bb92003acd2b4b866044a23f8 (patch) | |
tree | 9b51c0a25fd0704e6153637b4e77739a285d7797 /doc/src/sgml/postgres.sgml | |
parent | 905a457a9866027d3efdbc63022c4b1801389f8d (diff) | |
download | postgresql-7fcbc5ddf0f7939bb92003acd2b4b866044a23f8.tar.gz postgresql-7fcbc5ddf0f7939bb92003acd2b4b866044a23f8.zip |
Fix markup to include all closing tags.
Required by newest versions of DocBook and style sheets.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 5ffbfa59570..21c783773ba 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,11 +1,15 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.19 1999/03/30 15:23:03 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.20 1999/04/06 15:41:13 thomas Exp $ Postgres integrated documentation. Other subset docs should be copied and shrunk from here. thomas 1998-02-23 $Log: postgres.sgml,v $ +Revision 1.20 1999/04/06 15:41:13 thomas +Fix markup to include all closing tags. +Required by newest versions of DocBook and style sheets. + Revision 1.19 1999/03/30 15:23:03 thomas Include libpq+.sgml in the doc set. Had been omitted from the integrated doc for no good reason. @@ -351,7 +355,7 @@ Omit index until we have some index entries. <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-omittag:t +sgml-omittag:nil sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t |