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 @@
@@ -129,10 +129,9 @@ PostgreSQL documentation
- 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.
@@ -182,7 +181,7 @@ PostgreSQL documentation
CLUSTER
- Everything went well.
+ The database was successfully clustered.
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml
index ba882776878..6f58117be1c 100644
--- a/doc/src/sgml/ref/createuser.sgml
+++ b/doc/src/sgml/ref/createuser.sgml
@@ -1,5 +1,5 @@
@@ -276,7 +276,7 @@ PostgreSQL documentation
CREATE USER
- All is well.
+ The user was successfully created.
diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml
index 24e8d8ecf45..c199624d346 100644
--- a/doc/src/sgml/ref/dropuser.sgml
+++ b/doc/src/sgml/ref/dropuser.sgml
@@ -1,5 +1,5 @@
@@ -180,7 +180,7 @@ PostgreSQL documentation
DROP USER
- All is well.
+ The user was successfully removed.
diff --git a/doc/src/sgml/ref/prepare.sgml b/doc/src/sgml/ref/prepare.sgml
index 9f58b7a5ce8..590772ee2a1 100644
--- a/doc/src/sgml/ref/prepare.sgml
+++ b/doc/src/sgml/ref/prepare.sgml
@@ -1,5 +1,5 @@
@@ -130,7 +130,7 @@ PREPARE plan_name [ (PostgreSQL collects
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
index e04cf16c3fe..490d72b5a2f 100644
--- a/doc/src/sgml/ref/vacuumdb.sgml
+++ b/doc/src/sgml/ref/vacuumdb.sgml
@@ -1,5 +1,5 @@
@@ -59,10 +59,11 @@ PostgreSQL documentation
- vacuumdb might need to connect several
- times to the PostgreSQL server, asking for
- a password each time. It is convenient to have a
- $HOME/.pgpass> file in such cases.
+ vacuumdb might need to connect several
+ times to the PostgreSQL server, asking
+ for a password each time. It is convenient to have a
+ $HOME/.pgpass> file in such cases. See for more information.
@@ -234,7 +235,7 @@ PostgreSQL documentation
VACUUM
- Everything went well.
+ The database was successfully vacuumed.