diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml
index 6e0185bf411..c5823685685 100644
--- a/man/resolved.conf.xml
+++ b/man/resolved.conf.xml
@@ -56,8 +56,8 @@
When starting, systemd-resolved will read the
configuration file resolved.conf.
- This configuration file controls local DNS name
- resolving.
+ This configuration file controls local DNS and LLMNR
+ name resolving.
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml
index 839f46a12b1..dc0e3b6e3d2 100644
--- a/man/systemd-resolved.service.xml
+++ b/man/systemd-resolved.service.xml
@@ -57,13 +57,17 @@
Description
systemd-resolved is a system
- service that manages network name resolution. It does so by
- generating /run/systemd/resolve/resolv.conf,
- which may be symlinked from /etc/resolv.conf.
- The contents is generated from the global settings in
+ service that manages network name resolution. It
+ implements a caching DNS stub resolver and an LLMNR
+ resolver and responder. It also generates
+ /run/systemd/resolve/resolv.conf
+ for compatibility which may be symlinked from
+ /etc/resolv.conf. The DNS servers contacted
+ are determined from the global settings in
resolved.conf5,
- the per-link static settings in .network files,
- and the per-link dynamic settings received over DHCP. See
+ the per-link static settings in
+ .network files, and the per-link
+ dynamic settings received over DHCP. See
systemd.network5
for more details.