From 394e05996fbb0621cf51c9d99891ca99b0eb2ff2 Mon Sep 17 00:00:00 2001
From: Fujii Masao <fujii@postgresql.org>
Date: Tue, 24 Jun 2014 03:25:01 +0900
Subject: [PATCH] Add missing closing parenthesis into max_replication_slots
 doc.

---
 doc/src/sgml/config.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 8f0ca4c1eb6..09e6dfc43b1 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2489,7 +2489,7 @@ include 'filename'
        <listitem>
         <para>
          Specifies the maximum number of replication slots
-         (see <xref linkend="streaming-replication-slots"> that the server
+         (see <xref linkend="streaming-replication-slots">) that the server
          can support. The default is zero.  This parameter can only be set at
          server start.
          <varname>wal_level</varname> must be set
-- 
GitLab