diff --git a/doc/src/sgml/pgarchivecleanup.sgml b/doc/src/sgml/pgarchivecleanup.sgml
index 4ae9c45f87f..c6b5d7ad276 100644
--- a/doc/src/sgml/pgarchivecleanup.sgml
+++ b/doc/src/sgml/pgarchivecleanup.sgml
@@ -72,6 +72,8 @@ pg_archivecleanup: keep WAL file "archive/000000010000003700000010" and later
pg_archivecleanup: removing file "archive/00000001000000370000000F"
pg_archivecleanup: removing file "archive/00000001000000370000000E"
+
+
pg_archivecleanup assumes that
archivelocation> is a directory readable and writable by the
server-owning user.
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml
index 16ac69f9ee0..1b0905fa271 100644
--- a/doc/src/sgml/pgbench.sgml
+++ b/doc/src/sgml/pgbench.sgml
@@ -545,8 +545,7 @@ pgbench options> dbname>
Example:
\set ntellers 10 * :scale
-
-
+
@@ -568,8 +567,7 @@ pgbench options> dbname>
Example:
\setrandom aid 1 :naccounts
-
-
+
@@ -592,8 +590,7 @@ pgbench options> dbname>
Example:
\sleep 10 ms
-
-
+
@@ -621,8 +618,7 @@ pgbench options> dbname>
Example:
\setshell variable_to_be_assigned command literal_argument :variable ::literal_starting_with_colon
-
-
+
@@ -640,8 +636,7 @@ pgbench options> dbname>
Example:
\shell command literal_argument :variable ::literal_starting_with_colon
-
-
+
@@ -716,8 +711,7 @@ END;
0 200 2465 0 1175850568 998079
0 201 2513 0 1175850569 608
0 202 2038 0 1175850569 2663
-
-
+
diff --git a/doc/src/sgml/pgtesttiming.sgml b/doc/src/sgml/pgtesttiming.sgml
index 4e124516d8a..784f866b8d9 100644
--- a/doc/src/sgml/pgtesttiming.sgml
+++ b/doc/src/sgml/pgtesttiming.sgml
@@ -192,8 +192,7 @@ Histogram of timing durations:
4: 3010 0.00981%
2: 2993204 9.75277%
1: 27694571 90.23734%
-
-
+
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml
index 99d248b43a5..39f29176735 100644
--- a/doc/src/sgml/pgupgrade.sgml
+++ b/doc/src/sgml/pgupgrade.sgml
@@ -240,8 +240,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
gmake prefix=/usr/local/pgsql.new install
-
-
+
@@ -311,8 +310,7 @@ NET STOP postgresql-9.0
NET STOP pgsql-8.3 (PostgreSQL> 8.3 and older used a different service name)
-
-
+
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 491246fea69..969548ffd09 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -2264,8 +2264,7 @@ lo_import 152801
unset a variable, use the \unset command.
-
- \set> without any arguments displays the names and values
+ \set> without any arguments displays the names and values
of all currently-set psql> variables.