From: Gert van Dijk Date: Sun, 31 Mar 2019 17:25:22 +0000 (+0200) Subject: docs: fix several typos X-Git-Tag: rec-4.2.0-rc1~45^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81b050b3be7b3c0fe920671f96d06f5816313d94;p=thirdparty%2Fpdns.git docs: fix several typos --- diff --git a/docs/appendices/compiling.rst b/docs/appendices/compiling.rst index 8972ecf6f2..a29d768bd7 100644 --- a/docs/appendices/compiling.rst +++ b/docs/appendices/compiling.rst @@ -17,7 +17,7 @@ Each backend has a module name that you look up in this table. To compile a module for inclusion at runtime, which is great if you are a unix vendor, use ``--with-dynmodules='mod1 mod2 mod3'``. These modules then end up as .so files in the compiled ``libdir``. -By default, the :doc:`bind <../../backends/bind>`, :doc:`mysql <../../backends/generic-mysql>` and :doc:`random <../../backends/random>` are compiled into the binary. The :doc:`pipe <../../backends/pipe>` is, by default, compiled as a runtime loadable module. +By default, the :doc:`bind <../../backends/bind>`, :doc:`mysql <../../backends/generic-mysql>` and :doc:`random <../../backends/random>` modules are compiled into the binary. The :doc:`pipe <../../backends/pipe>` is, by default, compiled as a runtime loadable module. Getting the sources ------------------- diff --git a/docs/settings.rst b/docs/settings.rst index 4f3028eb01..974d518da7 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -617,7 +617,7 @@ Entropy source file to use. If this is enabled, ALIAS records are expanded (synthesised to their A/AAAA). -If this is disabled (the default), ALIAS records will not expanded and +If this is disabled (the default), ALIAS records will not be expanded and the server will will return NODATA for A/AAAA queries for such names. .. note:: @@ -1149,7 +1149,7 @@ To notify all IP addresses apart from the 192.168.0.0/24 subnet use the followin :ref:`metadata-also-notify` domain metadata to avoid this potential bottleneck. .. note:: - If your slaves support Internet Protocol version, which your master does not, + If your slaves support an Internet Protocol version, which your master does not, then set ``only-notify`` to include only supported protocol version. Otherwise there will be error trying to resolve address. @@ -1369,7 +1369,7 @@ Turn on slave support. See :ref:`slave-operation`. - Integer - 60 -On a master, this is the amounts of seconds between the master checking +On a master, this is the amount of seconds between the master checking the SOA serials in its database to determine to send out NOTIFYs to the slaves. On slaves, this is the number of seconds between the slave checking for updates to zones.