]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
docs nitpick: fix rendering of "code fragments"
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 11 Dec 2017 13:02:45 +0000 (14:02 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 11 Dec 2017 13:02:45 +0000 (14:02 +0100)
modules/detect_time_jump/README.rst
modules/detect_time_skew/README.rst
modules/priming/README.rst

index 7057867c8b5e32fcbdd5e64384d2ef6abd59d29a..da92630b750b2832a2bf1a7ae5a01639cb5c564e 100644 (file)
@@ -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')``.
index 87e45fe6fc04fc817fc756eb269c15ddd34d0cc5..8eeb2eb6233e2626eb68f7b1d9a04bf7e0b90bc6 100644 (file)
@@ -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.
index 3a1d3e7b8f57b729ec5b2de6d1a457d279331391..826c78c134f53419c8b729e32bc0dd256151c7c0 100644 (file)
@@ -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.