diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml
index 579dfd74f86..e9900d32670 100644
--- a/doc/src/sgml/pgbench.sgml
+++ b/doc/src/sgml/pgbench.sgml
@@ -693,8 +693,7 @@ pgbench options> dbname>
through its standard output.
-
- argument> can be either a text constant or a
+ argument> can be either a text constant or a
:>variablename> reference to a variable of
any types. If you want to use argument> starting with
colons, you need to add an additional colon at the beginning of
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 0186ce0938b..0ab69c3f667 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -299,8 +299,7 @@ PostgreSQL documentation
directory output format because this is the only output format where multiple processes
can write their data at the same time.
-
- pg_dump> will open njobs
+ pg_dump> will open njobs
+ 1 connections to the database, so make sure your
setting is high enough to accommodate all connections.
diff --git a/doc/src/sgml/ref/pg_isready.sgml b/doc/src/sgml/ref/pg_isready.sgml
index 19ff1d4935d..bef6a444155 100644
--- a/doc/src/sgml/ref/pg_isready.sgml
+++ b/doc/src/sgml/ref/pg_isready.sgml
@@ -180,32 +180,32 @@ PostgreSQL documentation
Standard Usage:
-
- $ pg_isready
- /tmp:5432 - accepting connections
- $ echo $?
- 0
-
+
+$ pg_isready
+/tmp:5432 - accepting connections
+$ echo $?
+0
+
Running with connection parameters to a PostgreSQL cluster in startup:
-
- $ pg_isready -h localhost -p 5433
- localhost:5433 - rejecting connections
- $ echo $?
- 1
-
+
+$ pg_isready -h localhost -p 5433
+localhost:5433 - rejecting connections
+$ echo $?
+1
+
Running with connection parameters to a non-responsive PostgreSQL cluster:
-
- $ pg_isready -h someremotehost
- someremotehost:5432 - no response
- $ echo $?
- 2
-
+
+$ pg_isready -h someremotehost
+someremotehost:5432 - no response
+$ echo $?
+2
+