From: Yu Watanabe Date: Sat, 28 Jul 2018 12:46:22 +0000 (+0900) Subject: man: use literal tag X-Git-Tag: v240~882^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9742%2Fhead;p=thirdparty%2Fsystemd.git man: use literal tag --- diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index 055c4745926..8bbabff7b86 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -227,10 +227,10 @@ Cache= - Takes a boolean 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. + Takes a boolean 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. 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.