Hello,

There are typos in --create-slot option description. Patch attached.

Best regards,
Alexander
diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml
index 5ac1f4d..bfa055b 100644
--- a/doc/src/sgml/ref/pg_receivexlog.sgml
+++ b/doc/src/sgml/ref/pg_receivexlog.sgml
@@ -96,7 +96,7 @@ PostgreSQL documentation
       <term><option>--if-not-exists</option></term>
       <listitem>
        <para>
-        Do not not error out when <option>--create-slot</option> is specified
+        Do not error out when <option>--create-slot</option> is specified
         and a slot with the specified name already exists.
        </para>
       </listitem>
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml
index 9d0b58b..b35881f 100644
--- a/doc/src/sgml/ref/pg_recvlogical.sgml
+++ b/doc/src/sgml/ref/pg_recvlogical.sgml
@@ -158,7 +158,7 @@ PostgreSQL documentation
       <term><option>--if-not-exists</option></term>
       <listitem>
        <para>
-        Do not not error out when <option>--create-slot</option> is specified
+        Do not error out when <option>--create-slot</option> is specified
         and a slot with the specified name already exists.
        </para>
       </listitem>
-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to