From 76c250a683eb7a0a2c5db7e8a95b9ade5ad47eca Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Sun, 31 Mar 2019 20:30:28 +0200 Subject: [PATCH] docs: Align position of version annotation in settings On two out of many other occurrences the versionadded/deprecated directive was rendered above the parameters, but the vast majority had it below. This change aligns the two outliers. --- docs/settings.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index ee6ae1ab97..94ef1cef51 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -734,11 +734,11 @@ any. ``log-timestamp`` ----------------- -.. versionadded:: 4.1.0 - - Bool - Default: yes +.. versionadded:: 4.1.0 + When printing log lines to stdout, prefix them with timestamps. Disable this if the process supervisor timestamps these lines already. @@ -1166,12 +1166,12 @@ To notify all IP addresses apart from the 192.168.0.0/24 subnet use the followin ``out-of-zone-additional-processing`` ------------------------------------- -.. deprecated:: 4.2.0 - This setting has been removed. - - Boolean - Default: yes +.. deprecated:: 4.2.0 + This setting has been removed. + Do out of zone additional processing. This means that if a malicious user adds a '.com' zone to your server, it is not used for other domains and will not contaminate answers. Do not enable this setting if you run -- 2.47.2