diff options
author | Stefan Schweter <stefan@schweter.it> | 2016-10-03 17:09:54 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-10-03 17:09:54 +0200 |
commit | cfaf4b75e0398d33b4c39683d0c9065e135c6ac1 (patch) | |
tree | 6e00fb0806297c28972ba1d1c5a9794db0d65925 /man/resolved.conf.xml | |
parent | 19caffac75a2590a0c5ebc2a0214960f8188aec7 (diff) |
man: remove consecutive duplicate words (#4268)
This PR removes consecutive duplicate words from the man pages of:
* `resolved.conf.xml`
* `systemd.exec.xml`
* `systemd.socket.xml`
Diffstat (limited to 'man/resolved.conf.xml')
-rw-r--r-- | man/resolved.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index 7556c6ff31..a7710dcb44 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -206,7 +206,7 @@ <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 that turning off caching comes at a performance penalty, which is particularly + 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 |