Skip to content

Commit 3e04d00

Browse files
committed
doc: Fix a few typos and awkward links
1 parent a846612 commit 3e04d00

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
@@ -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)