]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Correct indentation in documentation
authorOliver Chen <oliver.chen@nokia-sbell.com>
Wed, 30 Apr 2025 12:57:29 +0000 (12:57 +0000)
committerOliver Chen <oliver.chen@nokia-sbell.com>
Wed, 30 Apr 2025 12:58:15 +0000 (12:58 +0000)
pdns/dnsdistdist/docs/reference/config.rst

index bf577e79a5e62185ef05b67c3d68b53d4c8abec2..0e4cd69c114a7f7fe8c98f58db361a9cc0a4478a 100644 (file)
@@ -889,19 +889,19 @@ A server object returned by :func:`getServer` can be manipulated with these func
 
     Set multiple health check related parameters for this server.
 
-  :param table parameter_table: A table with key=value pairs. Empty parameter or table, and unknown keys/values are safely ignored.
+    :param table parameter_table: A table with key=value pairs. Empty parameter or table, and unknown keys/values are safely ignored.
 
-  The supported parameters are in below table, for descriptions of each parameter, please refer to the same field in :func:`newServer`
+    The supported parameters are in below table, for descriptions of each parameter, please refer to the same field in :func:`newServer`
 
-  .. csv-table::
-    :delim: space
-    :header: Keyword, Type
-    :widths: auto
+    .. csv-table::
+      :delim: space
+      :header: Keyword, Type
+      :widths: auto
 
-    ``checkTimeout``                         ``number``
-    ``checkInterval``                        ``number``
-    ``maxCheckFailures``                     ``number``
-    ``rise``                                 ``number``
+      ``checkTimeout``                         ``number``
+      ``checkInterval``                        ``number``
+      ``maxCheckFailures``                     ``number``
+      ``rise``                                 ``number``
 
   Apart from the functions, a :class:`Server` object has these attributes: