aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2004-06-29 19:57:40 +0000
committerPeter Eisentraut <peter_e@gmx.net>2004-06-29 19:57:40 +0000
commitbc7589a29201c87db61ded7d83e96117122165aa (patch)
tree9a607f1112848dcc881aeab118f78e78b43baea3
parentbb89237531439816c3f8d59b7b1891735e5f1f47 (diff)
downloadpostgresql-bc7589a29201c87db61ded7d83e96117122165aa.tar.gz
postgresql-bc7589a29201c87db61ded7d83e96117122165aa.zip
Comma splice police
-rw-r--r--doc/src/sgml/start.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 88be062428f..fc53a20a144 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.35 2004/02/12 19:58:16 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.36 2004/06/29 19:57:40 petere Exp $
-->
<chapter id="tutorial-start">
@@ -25,7 +25,7 @@ $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.35 2004/02/12 19:58:16 momjian Ex
experimentation then you can install it yourself. Doing so is not
hard and it can be a good exercise.
<productname>PostgreSQL</productname> can be installed by any
- unprivileged user, no superuser (<systemitem>root</systemitem>)
+ unprivileged user; no superuser (<systemitem>root</systemitem>)
access is required.
</para>
@@ -91,7 +91,7 @@ $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.35 2004/02/12 19:58:16 momjian Ex
application, a web server that accesses the database to
display web pages, or a specialized database maintenance tool.
Some client applications are supplied with the
- <productname>PostgreSQL</productname> distribution, most are
+ <productname>PostgreSQL</productname> distribution; most are
developed by users.
</para>
</listitem>