]> granicus.if.org Git - pdns/commitdiff
nit, thanks @nivadis
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Tue, 7 Oct 2014 09:51:16 +0000 (11:51 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Tue, 7 Oct 2014 09:51:16 +0000 (11:51 +0200)
pdns/docs/pdns.xml

index 16c44b6d9759b6f6c30f3aef018a90e85f7dcc01..a7c1bd158cfc9e51c5e6f63d06b812f066877a89 100644 (file)
@@ -19832,7 +19832,7 @@ insert into domains (id,name,type) values (domains_id_sequence.nextval,'example.
        <para>
          To configure a supermaster with IP address 10.0.0.11 which lists this installation as 'autoslave.powerdns.com', issue the following:
          <programlisting>
-           insert into supermasters ('10.0.0.11','autoslave.powerdns.com','internal');
+           insert into supermasters values ('10.0.0.11','autoslave.powerdns.com','internal');
          </programlisting>
          From now on, valid notifies from 10.0.0.11 that list a NS record containing 'autoslave.powerdns.com' will lead to the
          provisioning of a slave domain under the account 'internal'. See <xref linkend="supermaster"/> for details.