2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3730] Unrelated: fix a doc error on old Sphinx

This commit is contained in:
Andrei Pavel 2025-02-21 15:09:57 +02:00
parent 8e0783550a
commit a4f48dc0f3
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -1162,7 +1162,7 @@ contents would look similar to the following:
When stored in database back ends, the user-context will not contain line breaks When stored in database back ends, the user-context will not contain line breaks
as shown above and would appear as follows: as shown above and would appear as follows:
.. code-block:: .. code-block:: text
{ "ISC": { "binding-variables": { "domain-name": "example.org", "opt-222": "01:02:03:04" } } } { "ISC": { "binding-variables": { "domain-name": "example.org", "opt-222": "01:02:03:04" } } }
@ -1170,7 +1170,7 @@ When using memfile lease storage, the ``user-context`` is output with commas rep
the escape sequence "&#x2c". This is necessary to prevent interference with the lease file the escape sequence "&#x2c". This is necessary to prevent interference with the lease file
parsing. The example output above would appear as follows in a memfile lease file: parsing. The example output above would appear as follows in a memfile lease file:
.. code-block:: .. code-block:: text
{ "ISC": { "binding-variables": { "domain-name": "example.org"&#x2c "opt-222": "01:02:03:04" } } } { "ISC": { "binding-variables": { "domain-name": "example.org"&#x2c "opt-222": "01:02:03:04" } } }