]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2442] code-block without argument not allowed
authorAndrei Pavel <andrei@isc.org>
Wed, 15 Nov 2023 18:26:02 +0000 (20:26 +0200)
committerAndrei Pavel <andrei@isc.org>
Wed, 15 Nov 2023 18:26:02 +0000 (20:26 +0200)
Plus a few typo fixes.

doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
doc/sphinx/arm/hooks-radius.rst
doc/sphinx/arm/hooks.rst

index 7cc3a47617d943b700d2f4fccdce3040886b70a4..8bfd703740496927227794b57dc4bc1e615ac1b6 100644 (file)
@@ -5592,7 +5592,7 @@ If not specified, the default value is:
    As soon as a host reservation is found the search is stopped so
    when a client has two host reservations using different enabled
    identifier types the first is always returned and the second
-   ignored. In other words, this is usually a configuration mistake.
+   ignored. In other words, this is usually a configuration mistake.
    In rare cases when having two reservations for the same host makes sense,
    you can control which of those will be used by ordering the list of
    identifier types in `host-reservation-identifiers`.
index 97638cd2b422013132f20019ea743de703168960..76d9d1c1e90081780b00e5df04079359d41df8cd 100644 (file)
@@ -4809,7 +4809,7 @@ If not specified, the default value is:
    As soon as a host reservation is found the search is stopped so
    when a client has two host reservations using different enabled
    identifier types the first is always returned and the second
-   ignored. In other words, this is usually a configuration mistake.
+   ignored. In other words, this is usually a configuration mistake.
    In rare cases when having two reservations for the same host makes sense,
    you can control which of those will be used by ordering the list of
    identifier types in `host-reservation-identifiers`.
index 4b623ae2390b6a504995cb244e4e4266e49216a1..39d1ea90671d3fac370cd4f6b2ad9f4f591d44c7 100644 (file)
@@ -427,25 +427,25 @@ set up to enable basic functionality in Kea.
    client ID, which would need to be dynamically set in the hook library's
    configuration. Here's how the entries can look like:
 
-    .. code-block::
+   ::
 
-        01:00:0c:01:02:03:04    Cleartext-password := "00:0c:01:02:03:04"
+       01:00:0c:01:02:03:04    Cleartext-password := "00:0c:01:02:03:04"
 
-        01:00:0c:01:02:03:05    Cleartext-password := "00:0c:01:02:03:05"
-            Framed-IP-Address = "192.0.2.5"
+       01:00:0c:01:02:03:05    Cleartext-password := "00:0c:01:02:03:05"
+           Framed-IP-Address = "192.0.2.5"
 
-        01:00:0c:01:02:03:06    Cleartext-password := "00:0c:01:02:03:06"
-            Framed-IP-Address = "192.0.2.6"
-            Framed-Pool = "classical"
+       01:00:0c:01:02:03:06    Cleartext-password := "00:0c:01:02:03:06"
+           Framed-IP-Address = "192.0.2.6"
+           Framed-Pool = "classical"
 
-        00:03:00:01:00:0c:01:02:03:07    Cleartext-password := "00:0c:01:02:03:07"
+       00:03:00:01:00:0c:01:02:03:07    Cleartext-password := "00:0c:01:02:03:07"
 
-        00:03:00:01:00:0c:01:02:03:08    Cleartext-password := "00:0c:01:02:03:08"
-            Framed-IPv6-Address = "2001:db8::8"
+       00:03:00:01:00:0c:01:02:03:08    Cleartext-password := "00:0c:01:02:03:08"
+           Framed-IPv6-Address = "2001:db8::8"
 
-        00:03:00:01:00:0c:01:02:03:09    Cleartext-password := "00:0c:01:02:03:09"
-            Framed-IPv6-Address = "2001:db8::9"
-            Framed-Pool = "classroom"
+       00:03:00:01:00:0c:01:02:03:09    Cleartext-password := "00:0c:01:02:03:09"
+           Framed-IPv6-Address = "2001:db8::9"
+           Framed-Pool = "classroom"
 
 7. Accounting should work out of the box with Kea, but customizations are
    possible in the accounting file, which can be commonly found at:
index 36214b3993f5c55a43f86b68c6560aa3f754a64f..ab271927dcd306f981de96b4a802289178c764f4 100644 (file)
@@ -502,7 +502,7 @@ loaded by the correct process per the table below.
    |                                                           |              | (JSON over UNIX sockets) and the Control Agent (JSON over    |
    |                                                           |              | RESTful interface).                                          |
    +-----------------------------------------------------------+--------------+--------------------------------------------------------------+
-   | :ref:`Lease Commands <hooks-lease-cmds>`                  | Kea open     | This hook library offers a number of  commands used to       |
+   | :ref:`Lease Commands <hooks-lease-cmds>`                  | Kea open     | This hook library offers a number of commands used to        |
    |                                                           | source       | manage leases. Kea can store lease information in various    |
    |                                                           |              | backends: memfile, MySQL, PostgreSQL. This library provides  |
    |                                                           |              | a unified interface to manipulate leases in an unified, safe |