Skip to content

Commit 100dd88

Browse files
committed
typos
1 parent f67e790 commit 100dd88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/installation.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.12 2000/07/21 00:44:12 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.13 2000/07/22 14:48:01 petere Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@@ -204,7 +204,7 @@ su - postgres
204204

205205
<para>
206206
You can also install the new version in parallel with the old one
207-
to decrease the downtime. These topic are discussed at length in
207+
to decrease the downtime. These topics are discussed at length in
208208
<![%flattext-install-include[the <citetitle>Administrator's Guide</>,]]>
209209
<![%flattext-install-ignore[<xref linkend="migration">,]]>
210210
which you are encouraged
@@ -222,10 +222,10 @@ su - postgres
222222
<step id="configure">
223223
<title>Configuration</>
224224
<para>
225-
The first step of the installation procedure to configure the
225+
The first step of the installation procedure is to configure the
226226
source tree for your system and choose the options you would like.
227227
This is done by running the <filename>configure</> script. For a
228-
default installation, simply type
228+
default installation simply type
229229
<screen>
230230
<userinput>./configure</userinput>
231231
</screen>
@@ -907,7 +907,7 @@ nohup /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data \
907907
<para>
908908
To stop a server running in the background you can type
909909
<programlisting>
910-
kill `cat /usr/local/psgql/data/postmaster.pid`
910+
kill `cat /usr/local/pgsql/data/postmaster.pid`
911911
</programlisting>
912912
</para>
913913

0 commit comments

Comments
 (0)