summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2016-11-08 17:34:59 +0000
committerMagnus Hagander2016-11-08 17:37:40 +0000
commit36ac6d0e793087153a452df6502d0ef32a780db6 (patch)
tree5f54c700f3ce19a2ebbfe2107115d57ef58ede51
parent60379f66c8527a260bb1946f703540728d73932d (diff)
Fix typo
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index e66a7ae8ee..1f15a17d0e 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -88,7 +88,7 @@ PostgreSQL documentation
There is no guarantee that all WAL files required for the backup are archived
at the end of backup. If you are planning to use the backup for an archive
recovery and want to ensure that all required files are available at that moment,
- you need to include them into the backup by using <literal>-x</> option.
+ you need to include them into the backup by using the <literal>-x</> option.
</para>
</listitem>
<listitem>