diff options
author | Magnus Hagander <magnus@hagander.net> | 2016-07-08 10:06:45 +0300 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2016-07-08 10:06:45 +0300 |
commit | 51dc30856efdbf8a8e56428f9c2bef21c694fb1c (patch) | |
tree | 56c6e4f0cd0e0bc3d699b45a77aa8c84bd6c91d5 | |
parent | 3edcdbcc4d012093147b50220a7dab57c380d549 (diff) | |
download | postgresql-51dc30856efdbf8a8e56428f9c2bef21c694fb1c.tar.gz postgresql-51dc30856efdbf8a8e56428f9c2bef21c694fb1c.zip |
Fix missing parenthesis in docs
Author: Alexander Law
-rw-r--r-- | doc/src/sgml/backup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 && 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> |