summaryrefslogtreecommitdiff
path: root/man/resolved.conf.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-15 19:52:47 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-20 09:47:55 +0200
commitd8c73cb7c28c140e7872764769ed748cfdb26836 (patch)
tree04773238266ad6bb003b8607f406a0c0de28ce36 /man/resolved.conf.xml
parentb0fb800c9b29c1f86cfccb834fd320c8c9ca8b99 (diff)
downloadsystemd-d8c73cb7c28c140e7872764769ed748cfdb26836.tar.gz
man: fix formatting in resolved.conf(5)
Diffstat (limited to 'man/resolved.conf.xml')
-rw-r--r--man/resolved.conf.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml
index 37161ebcbc..81d156b8e3 100644
--- a/man/resolved.conf.xml
+++ b/man/resolved.conf.xml
@@ -234,11 +234,11 @@
<varlistentry>
<term><varname>Cache=</varname></term>
- <listitem><para>Takes a boolean or <literal>no-negative</literal> as 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>
- If <literal>no-negative</literal>, only positive answers are cached.
+ <listitem><para>Takes a boolean or <literal>no-negative</literal> as 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. If <literal>no-negative</literal>, only positive answers are cached.</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>