doc: Fix a few typos and awkward links
authorPeter Eisentraut <[email protected]>
Sun, 19 Mar 2017 03:43:47 +0000 (23:43 -0400)
committerPeter Eisentraut <[email protected]>
Sun, 19 Mar 2017 03:43:47 +0000 (23:43 -0400)
doc/src/sgml/backup.sgml
doc/src/sgml/config.sgml
doc/src/sgml/ecpg.sgml
doc/src/sgml/high-availability.sgml
doc/src/sgml/protocol.sgml

index 12f2efe4e2af5b9f03978a5b85d79a99a9be4f39..2d67521775c06141bff90bf12538479923654d7c 100644 (file)
@@ -878,7 +878,7 @@ SELECT pg_start_backup('label', false, false);
      <application>pg_dump</application> or
      <application>pg_dumpall</application>).  It is neither
      necessary nor desirable to stop normal operation of the database
-     while you do this. See section
+     while you do this. See
      <xref linkend="backup-lowlevel-base-backup-data"> for things to
      consider during this backup.
     </para>
@@ -988,7 +988,7 @@ SELECT pg_start_backup('label', true);
      <application>pg_dump</application> or
      <application>pg_dumpall</application>).  It is neither
      necessary nor desirable to stop normal operation of the database
-     while you do this. See section
+     while you do this. See
      <xref linkend="backup-lowlevel-base-backup-data"> for things to
      consider during this backup.
     </para>
index 32c39a05165749b8f3f5be12e17b72de6d5edc8f..b379b67b30adf20bb854cfce4a960687d4bc65ef 100644 (file)
@@ -532,10 +532,10 @@ include_dir 'conf.d'
       </term>
       <listitem>
        <para>
-         Specifies the configuration file for
-         <xref linkend="auth-username-maps"> user name mapping
+         Specifies the configuration file for user name mapping
          (customarily called <filename>pg_ident.conf</>).
          This parameter can only be set at server start.
+         See also <xref linkend="auth-username-maps">.
        </para>
       </listitem>
      </varlistentry>
index 508406823d9d043503ae5868886ba290f9a12a0f..89d4c57da7dbd592fba4a3055c6c320ded76a023 100644 (file)
@@ -1189,7 +1189,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 <type>char[]</type>
       or <type>VARCHAR[]</type>, as
-      explained <xref linkend="ecpg-char">.  The second use case is to
+      explained in <xref linkend="ecpg-char">.  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
index cc84b911b0e73673a224a416954d8209c0654cca..51359d6236f4396c9ff18ceeca313e70ba7e6133 100644 (file)
@@ -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 (<xref linkend="sql-prepare-transaction">
-     and <xref linkend="sql-commit-prepared">.
+     and <xref linkend="sql-commit-prepared">).
      <productname>Pgpool-II</> and <productname>Continuent Tungsten</>
      are examples of this type of replication.
     </para>
index 7c82b488459c26450d63931e5cda10f9b3728be6..244e381de9ae902a5b54af3d675edcbabb30e376 100644 (file)
@@ -2296,8 +2296,8 @@ The commands accepted in walsender mode are:
 
   <para>
    The individual protocol messages are discussed in the following
-   subsections. Individual messages are describer in
-   <xref linkend="protocol-logicalrep-message-formats"> section.
+   subsections. Individual messages are described in
+   <xref linkend="protocol-logicalrep-message-formats">.
   </para>
 
   <para>