diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index 0f09d82d650..8c0bb1f6a20 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -877,7 +877,7 @@ SELECT pg_start_backup('label', false, false);
pg_dump or
pg_dumpall). It is neither
necessary nor desirable to stop normal operation of the database
- while you do this. See section
+ while you do this. See
for things to
consider during this backup.
@@ -987,7 +987,7 @@ SELECT pg_start_backup('label', true);
pg_dump or
pg_dumpall). It is neither
necessary nor desirable to stop normal operation of the database
- while you do this. See section
+ while you do this. See
for things to
consider during this backup.
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 7c56a5701bc..fc15b33ba47 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -532,10 +532,10 @@ include_dir 'conf.d'
- Specifies the configuration file for
- user name mapping
+ Specifies the configuration file for user name mapping
(customarily called pg_ident.conf>).
This parameter can only be set at server start.
+ See also .
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index a30e25cfa08..cb9ab34dbfd 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1162,7 +1162,7 @@ EXEC SQL END DECLARE SECTION;
There are two use cases for arrays as host variables. The first
is a way to store some text string in char[]
or VARCHAR[], as
- explained . The second use case is to
+ explained in . The second use case is to
retrieve multiple rows from a query result without using a
cursor. Without an array, to process a query result consisting
of multiple rows, it is required to use a cursor and
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 05b65911b07..a1960299c00 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order.
middleware. Care must also be taken that all
transactions either commit or abort on all servers, perhaps
using two-phase commit (
- and .
+ and ).
Pgpool-II> and Continuent Tungsten>
are examples of this type of replication.