Skip to content

Commit 09079b7

Browse files
committed
doc: Fix a few typos and awkward links
1 parent 8e6333e commit 09079b7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ SELECT pg_start_backup('label', false, false);
877877
<application>pg_dump</application> or
878878
<application>pg_dumpall</application>). It is neither
879879
necessary nor desirable to stop normal operation of the database
880-
while you do this. See section
880+
while you do this. See
881881
<xref linkend="backup-lowlevel-base-backup-data"> for things to
882882
consider during this backup.
883883
</para>
@@ -987,7 +987,7 @@ SELECT pg_start_backup('label', true);
987987
<application>pg_dump</application> or
988988
<application>pg_dumpall</application>). It is neither
989989
necessary nor desirable to stop normal operation of the database
990-
while you do this. See section
990+
while you do this. See
991991
<xref linkend="backup-lowlevel-base-backup-data"> for things to
992992
consider during this backup.
993993
</para>

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,10 +532,10 @@ include_dir 'conf.d'
532532
</term>
533533
<listitem>
534534
<para>
535-
Specifies the configuration file for
536-
<xref linkend="auth-username-maps"> user name mapping
535+
Specifies the configuration file for user name mapping
537536
(customarily called <filename>pg_ident.conf</>).
538537
This parameter can only be set at server start.
538+
See also <xref linkend="auth-username-maps">.
539539
</para>
540540
</listitem>
541541
</varlistentry>

doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ EXEC SQL END DECLARE SECTION;
11621162
There are two use cases for arrays as host variables. The first
11631163
is a way to store some text string in <type>char[]</type>
11641164
or <type>VARCHAR[]</type>, as
1165-
explained <xref linkend="ecpg-char">. The second use case is to
1165+
explained in <xref linkend="ecpg-char">. The second use case is to
11661166
retrieve multiple rows from a query result without using a
11671167
cursor. Without an array, to process a query result consisting
11681168
of multiple rows, it is required to use a cursor and

doc/src/sgml/high-availability.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order.
207207
middleware. Care must also be taken that all
208208
transactions either commit or abort on all servers, perhaps
209209
using two-phase commit (<xref linkend="sql-prepare-transaction">
210-
and <xref linkend="sql-commit-prepared">.
210+
and <xref linkend="sql-commit-prepared">).
211211
<productname>Pgpool-II</> and <productname>Continuent Tungsten</>
212212
are examples of this type of replication.
213213
</para>

0 commit comments

Comments
 (0)