diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml
index 04af154c4b4..df1a92b4dad 100644
--- a/doc/src/sgml/ref/pg_createsubscriber.sgml
+++ b/doc/src/sgml/ref/pg_createsubscriber.sgml
@@ -407,11 +407,11 @@ PostgreSQL documentation
Create a publication and replication slot for each specified database on
the source server. Each publication is created using FOR ALL
- TABLES. If option is
- not specified, it has the following name pattern:
+ TABLES. If the option
+ is not specified, the publication has the following name pattern:
pg_createsubscriber_%u_%x (parameter:
database oid, random int).
- If is not specified, the
+ If the option is not specified, the
replication slot has the following name pattern:
pg_createsubscriber_%u_%x (parameters:
database oid, random int).
@@ -446,8 +446,8 @@ PostgreSQL documentation
Create a subscription for each specified database on the target server.
- If is not specified, the subscription
- has the following name pattern:
+ If the option is not specified, the
+ subscription has the following name pattern:
pg_createsubscriber_%u_%x (parameters:
database oid, random int).
It does not copy existing data from the source server. It does not