doc: Fix minor markup issue
authorPeter Eisentraut
Mon, 7 May 2018 14:16:17 +0000 (10:16 -0400)
committerPeter Eisentraut
Mon, 7 May 2018 14:21:47 +0000 (10:21 -0400)
There shouldn't be a line break between two adjacent tags, because that
will appear as whitespace in the output.  (The rendering engine might in
turn collapse that whitespace away, so it might not actually make a
difference, but it's more correct this way.)

doc/src/sgml/config.sgml

index eabe2a9235280dcc889fd00c19b9dade24c0715b..b405e49fe3bdfb0de1f86882b6e04f4e844b4586 100644 (file)
@@ -3212,9 +3212,9 @@ include_dir 'conf.d'
         The synchronous standbys will be those whose names appear
         in this list, and
         that are both currently connected and streaming data in real-time
-        (as shown by a state of streaming in the
-        >
-        pg_stat_replication view).
+        (as shown by a state of streaming in the 
+        linkend="pg-stat-replication-view">pg_stat_replication>
+        view).
         Specifying more than one synchronous standby can allow for very high
         availability and protection against data loss.
        
@@ -3461,8 +3461,9 @@ ANY num_sync ( 
        Specifies the minimum frequency for the WAL receiver
        process on the standby to send information about replication progress
        to the primary or upstream standby, where it can be seen using the
-       
-       pg_stat_replication view.  The standby will report
+       
+       linkend="pg-stat-replication-view">pg_stat_replication
+       view.  The standby will report
        the last write-ahead log location it has written, the last position it
        has flushed to disk, and the last position it has applied.
        This parameter's