Skip to content

Commit 03ca8c2

Browse files
committed
doc: Fix a few typos and awkward links
1 parent 7871d2a commit 03ca8c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,10 +524,10 @@ include_dir 'conf.d'
524524
</term>
525525
<listitem>
526526
<para>
527-
Specifies the configuration file for
528-
<xref linkend="auth-username-maps"> user name mapping
527+
Specifies the configuration file for user name mapping
529528
(customarily called <filename>pg_ident.conf</>).
530529
This parameter can only be set at server start.
530+
See also <xref linkend="auth-username-maps">.
531531
</para>
532532
</listitem>
533533
</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)