summaryrefslogtreecommitdiff
path: root/man/systemd-resolved.service.xml
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2022-07-22 20:33:07 -0400
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-23 11:18:23 +0900
commit5e81e84c86c00cb83b80c955682d038199c541fe (patch)
treedbe9d597f264fc9a3583d4ecaa00da31b4e59d97 /man/systemd-resolved.service.xml
parentc9fbe0bd10e7f2bc553905aeb4ab9b8d9370ca61 (diff)
downloadsystemd-5e81e84c86c00cb83b80c955682d038199c541fe.tar.gz
man: Fix typo
Diffstat (limited to 'man/systemd-resolved.service.xml')
-rw-r--r--man/systemd-resolved.service.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml
index a7e08f0c80..7f30fa6536 100644
--- a/man/systemd-resolved.service.xml
+++ b/man/systemd-resolved.service.xml
@@ -315,11 +315,11 @@ search foobar.com barbar.com
<itemizedlist>
<listitem><para><command>systemd-resolved</command> maintains the
<filename>/run/systemd/resolve/stub-resolv.conf</filename> file for compatibility with traditional
- Linux programs. This file may be symlinked from <filename>/etc/resolv.conf</filename>. This file lists
- the 127.0.0.53 DNS stub (see above) as the only DNS server. It also contains a list of search domains
- that are in use by systemd-resolved. The list of search domains is always kept up-to-date. Note that
- <filename>/run/systemd/resolve/stub-resolv.conf</filename> should not be used directly by applications,
- but only through a symlink from <filename>/etc/resolv.conf</filename>. This file may be symlinked from
+ Linux programs. This file lists the 127.0.0.53 DNS stub (see above) as the only DNS server. It also
+ contains a list of search domains that are in use by systemd-resolved. The list of search domains is
+ always kept up-to-date. Note that <filename>/run/systemd/resolve/stub-resolv.conf</filename> should not
+ be used directly by applications, but only through a symlink from
+ <filename>/etc/resolv.conf</filename>. This file may be symlinked from
<filename>/etc/resolv.conf</filename> in order to connect all local clients that bypass local DNS APIs
to <command>systemd-resolved</command> with correct search domains settings. This mode of operation is
recommended.</para></listitem>