"The config-set command instructs the server to replace its current configuration with the new configuration supplied in the command's arguments."
],
"cmd-comment": [
- "where <server> is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\""
+ "where `<server>` is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\""
],
"cmd-syntax": [
"{",
"kea-dhcp-ddns",
"kea-ctrl-agent"
]
-}
\ No newline at end of file
+}
"The config-test command instructs the server to check whether the new configuration supplied in the command's arguments can be loaded."
],
"cmd-comment": [
- "where >server< is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\""
+ "where <server> is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\"."
],
"cmd-syntax": [
"{",
# command syntax
rst += 'Command syntax:\n\n'
- rst += '.. code-block:: \n\n'
+ rst += '::\n\n'
if 'cmd-syntax' in func:
cmd_syntaxes = [func['cmd-syntax']]
if isinstance(cmd_syntaxes, dict):
# response syntax
rst += 'Response syntax:\n\n'
- rst += '.. code-block:: \n\n'
+ rst += '::\n\n'
if 'resp-syntax' in func:
resp_syntaxes = [func['resp-syntax']]
if isinstance(resp_syntaxes, dict):