]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: use literal tag 9742/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 28 Jul 2018 12:46:22 +0000 (21:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 28 Jul 2018 12:46:22 +0000 (21:46 +0900)
man/resolved.conf.xml

index 055c47459262972db1eaf34176ef60bef1b28dc4..8bbabff7b8662f42c7815662df7fb8de86a157ba 100644 (file)
 
       <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>