@@ -688,7 +688,6 @@ pg_basebackup -D <replaceable>datadir</replaceable> -h node1 -x
688688 <literal>node4</literal>:
689689 </para>
690690 <programlisting>
691- multimaster.max_nodes = 4
692691multimaster.node_id = 4
693692multimaster.conn_strings = 'dbname=mydb user=myuser host=node1, dbname=mydb user=myuser host=node2,
694693 dbname=mydb user=myuser host=node3, dbname=mydb user=myuser host=node4'
@@ -711,7 +710,7 @@ pg_ctl -D <replaceable>datadir</replaceable> -l <replaceable>pg.log</replaceable
711710 <orderedlist>
712711 <listitem>
713712 <para>
714- Change <literal>multimaster.conn_strings</literal>and <literal>multimaster.max_nodes</literal> to include the new node.
713+ Change <literal>multimaster.conn_strings</literal> to include the new node.
715714 </para>
716715 </listitem>
717716 <listitem>
@@ -720,11 +719,6 @@ pg_ctl -D <replaceable>datadir</replaceable> -l <replaceable>pg.log</replaceable
720719 replication to the new node.
721720 </para>
722721 </listitem>
723- <listitem>
724- <para>
725- Restart all cluster nodes.
726- </para>
727- </listitem>
728722 </orderedlist>
729723 <para>
730724 <emphasis role="strong">See Also</emphasis></para>