File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1162,15 +1162,15 @@ contents would look similar to the following:
1162
1162
When stored in database back ends, the user-context will not contain line breaks
1163
1163
as shown above and would appear as follows:
1164
1164
1165
- .. code-block ::
1165
+ .. code-block :: text
1166
1166
1167
1167
{ "ISC": { "binding-variables": { "domain-name": "example.org", "opt-222": "01:02:03:04" } } }
1168
1168
1169
1169
When using memfile lease storage, the ``user-context `` is output with commas replaced by
1170
1170
the escape sequence ",". This is necessary to prevent interference with the lease file
1171
1171
parsing. The example output above would appear as follows in a memfile lease file:
1172
1172
1173
- .. code-block ::
1173
+ .. code-block :: text
1174
1174
1175
1175
{ "ISC": { "binding-variables": { "domain-name": "example.org", "opt-222": "01:02:03:04" } } }
1176
1176
You can’t perform that action at this time.
0 commit comments