From: Oliver Chen Date: Wed, 30 Apr 2025 12:57:29 +0000 (+0000) Subject: Correct indentation in documentation X-Git-Tag: dnsdist-2.0.0-alpha2~32^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43da43f34e2131530a1fff84913a33701dd1981d;p=thirdparty%2Fpdns.git Correct indentation in documentation --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index bf577e79a5..0e4cd69c11 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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: