]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update config.xml
authorSuzanne Goldlust <sgoldlust@isc.org>
Mon, 7 Jan 2019 20:40:36 +0000 (15:40 -0500)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 28 Feb 2019 14:52:13 +0000 (15:52 +0100)
doc/guide/config.xml

index 9ef15292f4a6ff0056a489b4fa91e6b4db46bfdd..2c7f2d2e0a18a35ad2cbfca5e0a657b1672fa696 100644 (file)
@@ -10,7 +10,7 @@
 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="kea-config">
   <title>Kea Configuration</title>
 
-  <para>Kea uses JSON structures to represent servers' configurations.
+  <para>Kea uses JSON structures to represent server configurations.
   The following sections describe how the configuration structures are
   organized.
   </para>
@@ -57,8 +57,7 @@
           ignored. This commenting can span multiple lines.</simpara>
         </listitem>
         <listitem>
-          <simpara>File inclusion: JSON files can include other JSON
-          files. This can be done by using &lt;?include
+          <simpara>File inclusion: JSON files can include other JSON files by using a statement of the form &lt;?include
           "file.json"?&gt;.</simpara>
         </listitem>
       </itemizedlist>
           (the "loggers" object) moved inside the configuration objects (maps) for
           the respective Kea modules. For example, the "Dhcp4" map will contain the
           "loggers" object specifying logging configuration for the DHCPv4
-          server. Backward compatibility will be maintained until at least the Kea
-          1.7.0 release; it will be possible to specify the "Logging" object
+          server. Backward compatibility will be maintained until at least Kea
+          1.7.0; it will be possible to specify the "Logging" object
           at the top configuration level and "loggers"
           objects at the module configuration level. Ultimately, support for the
           top-level "Logging" object will be removed.