diff --git a/TODO b/TODO
index fd75eab4a1b..dbfe48eff96 100644
--- a/TODO
+++ b/TODO
@@ -670,7 +670,6 @@ Features:
- add proper initrd support (in particular generate .network/.link files based on /proc/cmdline)
- add reduced [Link] support to .network files
- add IPv4LL tests (inspire by DHCP)
- - add IPv4LL to man pages. Explain coexistance between DHCP
- add Scope= parsing option for [Network]
- change LL address generation and make it predictable like get_mac() (link-config.c)
- have smooth transition from LL to routable address, without disconnecting clients.
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index fcf48c6d46c..4118fc9b65d 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -188,6 +188,15 @@
A boolean. When true, enables basic DHCPv4 support.
+
+ IPv4LL=
+
+ A boolean. When true, enables IPv4 link-local support.
+ If DHCP= is also true, IPv4 link-local
+ address will be removed upon acquiring a DHCP lease.
+
+
+
Address=