diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-08-17 04:46:59 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-08-17 04:46:59 +0000 |
| commit | 41477b9a832e1e8fc11b823b11f075557622a579 (patch) | |
| tree | 0c9e3699913246b1ce0de5e017ba50754d64dac1 /doc/src/sgml/ref/clusterdb.sgml | |
| parent | e7f266e5fed574265ed6d607f11918b513179447 (diff) | |
This patch makes two minor fixes to the docs: (1) fixes a
spelling mistake in the PREPARE ref page (2) Makes some
English more consistent, in the ref pages for some of the
client apps (3) Adds a link to the libpq docs in the
vacuumdb ref page.
Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/clusterdb.sgml')
| -rw-r--r-- | doc/src/sgml/ref/clusterdb.sgml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index eb814261876..4e41136168c 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.10 2003/06/18 12:19:11 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.11 2003/08/17 04:46:59 momjian Exp $ PostgreSQL documentation --> @@ -129,10 +129,9 @@ PostgreSQL documentation <term><option>--host <replaceable class="parameter">host</replaceable></></term> <listitem> <para> - Specifies the host name of the machine on which the - server - is running. If the value begins with a slash, it is used - as the directory for the Unix domain socket. + Specifies the host name of the machine on which the server is + running. If the value begins with a slash, it is used as the + directory for the Unix domain socket. </para> </listitem> </varlistentry> @@ -182,7 +181,7 @@ PostgreSQL documentation <term><computeroutput>CLUSTER</computeroutput></term> <listitem> <para> - Everything went well. + The database was successfully clustered. </para> </listitem> </varlistentry> |
