Browse Source

[master] minor changes in kea-guide

Wlodek Wencel 10 years ago
parent
commit
2f5459ad30
5 changed files with 3 additions and 16 deletions
  1. 0 7
      doc/guide/dhcp4-srv.xml
  2. 0 6
      doc/guide/dhcp6-srv.xml
  3. 1 1
      doc/guide/install.xml
  4. 1 1
      src/bin/dhcp4/dhcp4.dox
  5. 1 1
      src/bin/dhcp6/dhcp6.dox

+ 0 - 7
doc/guide/dhcp4-srv.xml

@@ -238,13 +238,6 @@ In a real life configuration file there most likely would be additional
 components defined such as Logging or DhcpDdns, so the closing brace would
 be followed by a comma and another object definition.</para>
 
-<para>Kea 0.9 does not have configuration syntax validation
-implemented yet. Such a feature is planned for the near future. For
-the time being, it is convenient to use on-line JSON validators and/or
-viewers to check whether the syntax is correct. One example of such a
-JSON validator is available at <ulink
-url="http://jsonviewer.stack.hu/"/>.
-</para>
 </section>
 
 <section>

+ 0 - 6
doc/guide/dhcp6-srv.xml

@@ -243,12 +243,6 @@ In a real life configuration file there most likely would be additional
 components defined such as Logging or DhcpDdns, so the closing brace would
 be followed by a comma and another object definition.</para>
 
-<para>Kea 0.9 does not have configuration syntax validation
-implemented yet. Such a feature is planned for the near future. For
-the time being, it is convenient to use on-line JSON validators and/or
-viewers to check whether the syntax is correct. One example of such a
-JSON validator is available at <ulink url="http://jsonviewer.stack.hu/"/>.
-</para>
 </section>
 
 <section>

+ 1 - 1
doc/guide/install.xml

@@ -388,7 +388,7 @@ Debian and Ubuntu:
 
     <section id="dhcp-config-backend">
       <title>Selecting the Configuration Backend</title>
-      <para>Kea 0.9 introduces configuration backends that are
+      <para>Kea 0.9 has introduced configuration backends that are
       switchable during the compilation phase. The backend is chosen using
       the --with-kea-config switch when running the configure script. It
       currently supports two values: BUNDY and JSON. JSON is the default.

+ 1 - 1
src/bin/dhcp4/dhcp4.dox

@@ -203,7 +203,7 @@ becoming more and more popular among various projects. There are unofficial patc
 ISC-DHCP that keep parts of the configuration in LDAP. It was also suggested that in some
 cases it would be convenient to keep configuration in XML files.
 
-Kea 0.9 introduces configuration backends that are switchable during compilation phase.
+Kea 0.9 has introduced configuration backends that are switchable during compilation phase.
 There is a new parameter for configure script: --with-kea-config. It currently supports
 two values: BUNDY and JSON.
 

+ 1 - 1
src/bin/dhcp6/dhcp6.dox

@@ -239,7 +239,7 @@ becoming more and more popular among various projects. There are unofficial patc
 ISC-DHCP that keep parts of the configuration in LDAP. It was also suggested that in some
 cases it would be convenient to keep configuration in XML files.
 
-Kea 0.9 introduces configuration backends that are switchable during compilation phase.
+Kea 0.9 has introduced configuration backends that are switchable during compilation phase.
 There is a new parameter for configure script: --with-kea-config. It currently supports
 two values: BUNDY and JSON.