diff --git a/man/systemd-network-generator.service.xml b/man/systemd-network-generator.service.xml
index 0eb98a9635..53d559edbf 100644
--- a/man/systemd-network-generator.service.xml
+++ b/man/systemd-network-generator.service.xml
@@ -30,7 +30,7 @@
Description
systemd-network-generator.service is a system service that translates
- ip= and the related settings on the kernel command line (see below) into
+ ip= and related settings on the kernel command line (see below) into
systemd.network5,
systemd.netdev5, and
systemd.link5
@@ -59,8 +59,15 @@
rd.route=
rd.peerdns=
- — translated into
- systemd.network5 files.
+ Translated into
+ systemd.network5
+ files.
+
+ In addition to the parameters dracut.cmdline7
+ defines the ip= option accepts the special value
+ link-local. If selected, the network interfaces will be configured for
+ link-local addressing (IPv4LL, IPv6LL) only, DHCP or IPv6RA will not be enabled.
@@ -70,8 +77,9 @@
ifname=
net.ifname-policy=
- — translated into
- systemd.link5 files.
+ Translated into
+ systemd.link5
+ files.
@@ -83,8 +91,9 @@
bridge=
bootdev=
- — translated into
- systemd.netdev5 files.
+ Translated into
+ systemd.netdev5
+ files.