]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2595] Addressed comments
authorFrancis Dupont <fdupont@isc.org>
Wed, 19 Oct 2022 21:45:54 +0000 (23:45 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 19 Oct 2022 21:45:54 +0000 (23:45 +0200)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 3e0a4e3739c6750e99b3177cab33c276b2ce8af6..63f52a80e8501550a56d2ce4e9d0c5138f43ee15 100644 (file)
@@ -4050,7 +4050,7 @@ Extended lease information is also subject to configurable sanity checking.
 The parameter in the ``sanity-checks`` scope is named ``extended-info-checks``
 and supports these levels:
 
--  ``none`` - do no check nor upgrade. This level should be used on when
+-  ``none`` - do no check nor upgrade. This level should be used only when
    extended info is not used at all or when no badly formatted extended
    info, including using the old format, is expected.
 
@@ -4062,12 +4062,12 @@ and supports these levels:
    Lease Query hook library.
 
 -  ``pedantic`` - enforce full conformance to the format produced by the
-   Kea code, for instance no extra entries are allowed at the exception
+   Kea code, for instance no extra entries are allowed with the exception
    of ``comment``.
 
 .. note::
 
-   Currently this feature is currently implemented for the memfile
+   Currently this feature is implemented only for the memfile
    backend. The sanity check applies to the lease database in memory,
    not to the lease file, i.e. inconsistent leases will stay in the lease
    file.
index f95ab76cb1ee6658ea0609c6afc2f309f156354d..d07163ef9144f5730347331f20db0e8f62c52779 100644 (file)
@@ -3517,7 +3517,7 @@ Extended lease information is also subject to configurable sanity checking.
 The parameter in the ``sanity-checks`` scope is named ``extended-info-checks``
 and supports these levels:
 
--  ``none`` - do no check nor upgrade. This level should be used on when
+-  ``none`` - do no check nor upgrade. This level should be used only when
    extended info is not used at all or when no badly formatted extended
    info, including using the old format, is expected.
 
@@ -3529,12 +3529,12 @@ and supports these levels:
    Lease Query hook library.
 
 -  ``pedantic`` - enforce full conformance to the format produced by the
-   Kea code, for instance no extra entries are allowed at the exception
+   Kea code, for instance no extra entries are allowed with the exception
    of ``comment``.
 
 .. note::
 
-   Currently this feature is currently implemented for the memfile
+   Currently this feature is implemented only for the memfile
    backend. The sanity check applies to the lease database in memory,
    not to the lease file, i.e. inconsistent leases will stay in the lease
    file.