mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Proofreading adjustments for first two parts of documentation (Tutorial
and SQL).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.74 2008/11/03 15:39:38 alvherre Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.75 2009/04/27 16:27:35 momjian Exp $ -->
|
||||
|
||||
<appendix id="docguide">
|
||||
<title>Documentation</title>
|
||||
@@ -358,7 +358,7 @@ CATALOG "dsssl/catalog"
|
||||
Create the directory
|
||||
<filename>/usr/local/share/sgml/docbook-4.2</filename> and change
|
||||
to it. (The exact location is irrelevant, but this one is
|
||||
reasonable within the layout we are following here.)
|
||||
reasonable within the layout we are following here.):
|
||||
<screen>
|
||||
<prompt>$ </prompt><userinput>mkdir /usr/local/share/sgml/docbook-4.2</userinput>
|
||||
<prompt>$ </prompt><userinput>cd /usr/local/share/sgml/docbook-4.2</userinput>
|
||||
@@ -368,7 +368,7 @@ CATALOG "dsssl/catalog"
|
||||
|
||||
<step>
|
||||
<para>
|
||||
Unpack the archive.
|
||||
Unpack the archive:
|
||||
<screen>
|
||||
<prompt>$ </prompt><userinput>unzip -a ...../docbook-4.2.zip</userinput>
|
||||
</screen>
|
||||
@@ -392,7 +392,7 @@ CATALOG "docbook-4.2/docbook.cat"
|
||||
<para>
|
||||
Download the <ulink url="http://www.oasis-open.org/cover/ISOEnts.zip">
|
||||
ISO 8879 character entities archive</ulink>, unpack it, and put the
|
||||
files in the same directory you put the DocBook files in.
|
||||
files in the same directory you put the DocBook files in:
|
||||
<screen>
|
||||
<prompt>$ </prompt><userinput>cd /usr/local/share/sgml/docbook-4.2</userinput>
|
||||
<prompt>$ </prompt><userinput>unzip ...../ISOEnts.zip</userinput>
|
||||
@@ -421,7 +421,7 @@ perl -pi -e 's/iso-(.*).gml/ISO\1/g' docbook.cat
|
||||
To install the style sheets, unzip and untar the distribution and
|
||||
move it to a suitable place, for example
|
||||
<filename>/usr/local/share/sgml</filename>. (The archive will
|
||||
automatically create a subdirectory.)
|
||||
automatically create a subdirectory.):
|
||||
<screen>
|
||||
<prompt>$</prompt> <userinput>gunzip docbook-dsssl-1.<replaceable>xx</>.tar.gz</userinput>
|
||||
<prompt>$</prompt> <userinput>tar -C /usr/local/share/sgml -xf docbook-dsssl-1.<replaceable>xx</>.tar</userinput>
|
||||
@@ -652,7 +652,7 @@ gmake man.tar.gz D2MDIR=<replaceable>directory</replaceable>
|
||||
<screen>
|
||||
<prompt>doc/src/sgml$ </prompt><userinput>gmake postgres-A4.pdf</userinput>
|
||||
</screen>
|
||||
or
|
||||
or:
|
||||
<screen>
|
||||
<prompt>doc/src/sgml$ </prompt><userinput>gmake postgres-US.pdf</userinput>
|
||||
</screen>
|
||||
@@ -738,7 +738,6 @@ save_size.pdfjadetex = 15000
|
||||
following one. A utility, <command>fixrtf</command>, is
|
||||
available in <filename>doc/src/sgml</filename> to accomplish
|
||||
these repairs:
|
||||
|
||||
<screen>
|
||||
<prompt>doc/src/sgml$ </prompt><userinput>./fixrtf --refentry postgres.rtf</userinput>
|
||||
</screen>
|
||||
|
||||
Reference in New Issue
Block a user