From: Zbigniew Jędrzejewski-Szmek Date: Wed, 15 Apr 2020 17:52:47 +0000 (+0200) Subject: man: fix formatting in resolved.conf(5) X-Git-Tag: v246-rc1~556^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15439%2Fhead;p=thirdparty%2Fsystemd.git man: fix formatting in resolved.conf(5) --- diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index 37161ebcbcc..81d156b8e3b 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -234,11 +234,11 @@ Cache= - Takes a boolean or no-negative as argument. If yes (the default), resolving a domain name - which already got queried earlier will return the previous result as long as it is still valid, and thus does - not result in a new network request. Be aware that turning off caching comes at a performance penalty, which - is particularly high when DNSSEC is used. - If no-negative, only positive answers are cached. + Takes a boolean or no-negative as argument. If + yes (the default), resolving a domain name which already got queried earlier will + return the previous result as long as it is still valid, and thus does not result in a new network + request. Be aware that turning off caching comes at a performance penalty, which is particularly high + when DNSSEC is used. If no-negative, only positive answers are cached. Note that caching is turned off implicitly if the configured DNS server is on a host-local IP address (such as 127.0.0.1 or ::1), in order to avoid duplicate local caching.