diff --git a/chapter09/networkd.xml b/chapter09/networkd.xml
index 42c7dc730..ee9a34fbd 100644
--- a/chapter09/networkd.xml
+++ b/chapter09/networkd.xml
@@ -192,7 +192,12 @@ EOF
When using systemd-resolved for DNS
configuration, it creates the file
- /run/systemd/resolve/resolv.conf.
+ /run/systemd/resolve/stub-resolv.conf.
+ And, if /etc/resolv.conf does not exist, it
+ will create it as a symlink to
+ /run/systemd/resolve/stub-resolv.conf so it's
+ unnecessary to create a /etc/resolv.conf
+ manually.