diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml
index d3145318b36..0d2051bf6f1 100644
--- a/doc/src/sgml/ref/clusterdb.sgml
+++ b/doc/src/sgml/ref/clusterdb.sgml
@@ -248,9 +248,8 @@ PostgreSQL documentation
- Specifies the name of the database to connect to to discover which
- databases should be clustered,
- when / is used.
+ When the / is used, connect
+ to this database to gather the list of databases to cluster.
If not specified, the postgres database will be used,
or if that does not exist, template1 will be used.
This can be a connection
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml
index 98c3333228f..abcb041179b 100644
--- a/doc/src/sgml/ref/reindexdb.sgml
+++ b/doc/src/sgml/ref/reindexdb.sgml
@@ -352,9 +352,8 @@ PostgreSQL documentation
- Specifies the name of the database to connect to to discover which
- databases should be reindexed,
- when / is used.
+ When the / is used, connect
+ to this database to gather the list of databases to reindex.
If not specified, the postgres database will be used,
or if that does not exist, template1 will be used.
This can be a connection
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
index 66fccb30a2d..80c04919a4b 100644
--- a/doc/src/sgml/ref/vacuumdb.sgml
+++ b/doc/src/sgml/ref/vacuumdb.sgml
@@ -544,9 +544,8 @@ PostgreSQL documentation
- Specifies the name of the database to connect to to discover which
- databases should be vacuumed,
- when / is used.
+ When the / is used, connect
+ to this database to gather the list of databases to vacuum.
If not specified, the postgres database will be used,
or if that does not exist, template1 will be used.
This can be a connection