From: Vladimír Čunát Date: Mon, 11 Dec 2017 13:02:45 +0000 (+0100) Subject: docs nitpick: fix rendering of "code fragments" X-Git-Tag: v1.5.1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f5fade257b7980f7fa501e065dee3b271d075ea;p=thirdparty%2Fknot-resolver.git docs nitpick: fix rendering of "code fragments" --- diff --git a/modules/detect_time_jump/README.rst b/modules/detect_time_jump/README.rst index 7057867c8..da92630b7 100644 --- a/modules/detect_time_jump/README.rst +++ b/modules/detect_time_jump/README.rst @@ -11,4 +11,4 @@ These change can affect cache records as they store timestamp and TTL in real time. If you want to preserve cache during time travel you should disable -this module by modules.unload('detect_time_jump'). +this module by ``modules.unload('detect_time_jump')``. diff --git a/modules/detect_time_skew/README.rst b/modules/detect_time_skew/README.rst index 87e45fe6f..8eeb2eb62 100644 --- a/modules/detect_time_skew/README.rst +++ b/modules/detect_time_skew/README.rst @@ -4,7 +4,7 @@ System time skew detector ------------------------- This module compares local system time with inception and expiration time -bounds in DNSSEC signatures for `. NS` records. If the local system time is +bounds in DNSSEC signatures for ``. NS`` records. If the local system time is outside of these bounds, it is likely a misconfiguration which will cause all DNSSEC validation (and resolution) to fail. @@ -18,4 +18,4 @@ further diagnostics. This module is useful for debugging purposes. It runs only once during resolver start does not anything after that. It is enabled by default. You may disable the module by appending -`modules.unload('detect_time_skew')` to your configuration. +``modules.unload('detect_time_skew')`` to your configuration. diff --git a/modules/priming/README.rst b/modules/priming/README.rst index 3a1d3e7b8..826c78c13 100644 --- a/modules/priming/README.rst +++ b/modules/priming/README.rst @@ -14,4 +14,4 @@ TTL expires. This module is enabled by default and it is not recommended to disable it. For debugging purposes you may disable the module by appending -`modules.unload('priming')` to your configuration. +``modules.unload('priming')`` to your configuration.