From: Otto Moerbeek Date: Fri, 18 Sep 2020 09:21:55 +0000 (+0200) Subject: Fix a few .rst warnings X-Git-Tag: auth-4.4.0-alpha1~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=208d9fddefe254928ea8db15c71a42c76cf8b54f;p=thirdparty%2Fpdns.git Fix a few .rst warnings --- diff --git a/pdns/recursordist/docs/http-api/endpoint-failure.rst b/pdns/recursordist/docs/http-api/endpoint-failure.rst index 54ed4b0f22..aaf856ada5 100644 --- a/pdns/recursordist/docs/http-api/endpoint-failure.rst +++ b/pdns/recursordist/docs/http-api/endpoint-failure.rst @@ -16,7 +16,7 @@ Failure logging endpoint { "top-domains": 100, - "domains": ".*\.example\.com$", + "domains": ".*\\.example\\.com$" } :property int top-domains: Number of top resolved domains that are automatically monitored for failures. @@ -36,7 +36,7 @@ Failure logging endpoint { "top-domains": 100, - "domains": ".*\.example\.com$", + "domains": ".*\\.example\\.com$", "log": [ { "first_occurred": 1234567890, @@ -49,9 +49,9 @@ Failure logging endpoint { "name": "ns1.example.net", "address": "192.0.2.53" - }, + } ] - }, + } ] } diff --git a/pdns/recursordist/docs/metrics.rst b/pdns/recursordist/docs/metrics.rst index 82a68c4e54..d65b7557f8 100644 --- a/pdns/recursordist/docs/metrics.rst +++ b/pdns/recursordist/docs/metrics.rst @@ -439,6 +439,7 @@ number of queries balanced to a different worker thread because the first select record-cache-acquired ^^^^^^^^^^^^^^^^^^^^^ .. versionadded:: 4.4.0 + number of record cache lock acquisitions record-cache-contended diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 73eca9244c..6520769d9b 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -1359,11 +1359,12 @@ Disabled by default, which also disables outgoing IPv6 support. Don't log queries. -.. _setting-record-cache-shards +.. _setting-record-cache-shards: ``record-cache-shards`` ------------------------ .. versionadded:: 4.4.0 + - Integer - Default: 1024