From 51dc30856efdbf8a8e56428f9c2bef21c694fb1c Mon Sep 17 00:00:00 2001
From: Magnus Hagander <magnus@hagander.net>
Date: Fri, 8 Jul 2016 10:06:45 +0300
Subject: [PATCH] Fix missing parenthesis in docs

Author: Alexander Law
---
 doc/src/sgml/backup.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index 96fc9a0211d..0f09d82d650 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -830,7 +830,7 @@ test ! -f /mnt/server/archivedir/00000001000000A900000065 &amp;&amp; cp pg_xlog/
      A non-exclusive low level backup is one that allows other
      concurrent backups to be running (both those started using
      the same backup API and those started using
-     <xref linkend="app-pgbasebackup">.
+     <xref linkend="app-pgbasebackup">).
     </para>
     <para>
   <orderedlist>
-- 
GitLab