summaryrefslogtreecommitdiffstats
path: root/man/resolved.conf.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-07-28 14:46:22 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-07-28 14:46:22 +0200
commit494c5676b352a36d0d3972e444b4c4787e446517 (patch)
treedb923c4dc9d7062b7819d68a198acb1988be4c0c /man/resolved.conf.xml
parentresolve: add option to toggle reading /etc/hosts (diff)
downloadsystemd-494c5676b352a36d0d3972e444b4c4787e446517.tar.xz
systemd-494c5676b352a36d0d3972e444b4c4787e446517.zip
man: use literal tag
Diffstat (limited to '')
-rw-r--r--man/resolved.conf.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml
index 055c474592..8bbabff7b8 100644
--- a/man/resolved.conf.xml
+++ b/man/resolved.conf.xml
@@ -227,10 +227,10 @@
<varlistentry>
<term><varname>Cache=</varname></term>
- <listitem><para>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.</para>
+ <listitem><para>Takes a boolean argument. If <literal>yes</literal> (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.</para>
<para>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.</para></listitem>