diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-09-11 21:42:20 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-09-11 21:42:20 +0000 |
| commit | 2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd (patch) | |
| tree | 8fd74276df40409a21401ab2261b99d7ff7eb579 /doc/src/sgml/docguide.sgml | |
| parent | 3d48045ae12dd3d5364dcaf1c12386e5936fb277 (diff) | |
| download | postgresql-2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd.tar.gz | |
This patch fixes a few missed GUC variables that were still upper case,
makes a few more small improvements to runtime.sgml, and makes some SGML
conventions more consistent.
Neil Conway
Diffstat (limited to 'doc/src/sgml/docguide.sgml')
| -rw-r--r-- | doc/src/sgml/docguide.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index a1199d66ae..892a8ac72a 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.44 2003/06/06 14:17:08 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.45 2003/09/11 21:42:19 momjian Exp $ --> <appendix id="docguide"> <title>Documentation</title> @@ -497,8 +497,9 @@ CATALOG "docbook-dsssl--1.<replaceable>xx</>/catalog <para> Before you can build the documentation you need to run the <filename>configure</filename> script as you would when building - the PostgreSQL programs themselves. Check the output near the end - of the run, it should look something like this: + the <productname>PostgreSQL</productname> programs themselves. + Check the output near the end of the run, it should look something + like this: <screen> <computeroutput> checking for onsgmls... onsgmls @@ -640,7 +641,7 @@ gmake man.tar.gz <title>Print Output via <acronym>RTF</acronym></title> <para> - You can also create a printable version of the PostgreSQL + You can also create a printable version of the <productname>PostgreSQL</productname> documentation by converting it to <acronym>RTF</acronym> and applying minor formatting corrections using an office suite. Depending on the capabilities of the particular office suite, you @@ -651,7 +652,7 @@ gmake man.tar.gz <note> <para> - It appears that current versions of the PostgreSQL documentation + It appears that current versions of the <productname>PostgreSQL</productname> documentation trigger some bug in or exceed the size limit of OpenJade. If the build process of the <acronym>RTF</acronym> version hangs for a long time and the output file still has size 0, then you may have |
