]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2103] Text edits
authorAndrei Pavel <andrei@isc.org>
Fri, 8 Oct 2021 06:21:17 +0000 (09:21 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 21 Oct 2021 09:52:03 +0000 (12:52 +0300)
Fixed a sphinx error: Inline literal start-string without end-string.
`` `` is not allowed.

doc/sphinx/arm/dhcp6-srv.rst

index 782aed7124a19cfd244208f6afaf1f631ef3b8df..15d7b41cc22dd55cfb54696160b519afa47cd5fd 100644 (file)
@@ -1219,7 +1219,7 @@ with the addresses 2001:db8:1::cafe and 2001:db8:1::babe.
 Kea supports the following formats when specifying hexadecimal data:
 
 -  ``Delimited octets`` - one or more octets separated by either colons or
-   spaces (``:`` or `` ``). While each octet may contain one or two digits,
+   spaces (":" or " "). While each octet may contain one or two digits,
    we strongly recommend always using two digits. Valid examples are
    "ab:cd:ef" and "ab cd ef".