diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-01-07 03:01:27 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-01-07 03:01:27 +0000 |
commit | 15fadc06ac98922ef62384d885f4f1f2564cbd53 (patch) | |
tree | 687ad1a2c45d4e071f418806fd53f6e72318ae8a | |
parent | 15d4617d0be16dde5c1f1fcbfb414b1bbd5b13d5 (diff) | |
download | postgresql-15fadc06ac98922ef62384d885f4f1f2564cbd53.tar.gz postgresql-15fadc06ac98922ef62384d885f4f1f2564cbd53.zip |
Fix column formatting for a table. No content changes.
-rw-r--r-- | doc/src/sgml/docguide.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 3fcb0fe169f..0d0900f309a 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,9 +1,12 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.13 1998/12/29 02:24:14 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.14 1999/01/07 03:01:27 thomas Exp $ Documentation Guide Thomas Lockhart $Log: docguide.sgml,v $ +Revision 1.14 1999/01/07 03:01:27 thomas +Fix column formatting for a table. No content changes. + Revision 1.13 1998/12/29 02:24:14 thomas Clean up to ensure tag completion as required by the newest versions of Norm's Modular Style Sheets and jade/docbook. @@ -92,7 +95,7 @@ Hardcopy, for in-depth reading and reference. <para> <table tocentry="1"> <title><ProductName>Postgres</ProductName> Documentation Products</title> -<tgroup cols="3"> +<tgroup cols="2"> <thead> <row> <entry> |