diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index aad3736c36..1aa93fb05e 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -1111,12 +1111,15 @@
/usr/lib/systemd/network/99-default.link
- The link file 99-default.link that is
- shipped with systemd defines the default naming policy for
- links.
+ The link file 99-default.link that is shipped with systemd defines the
+ default policies for the interface name, alternative names, and MAC address of links.
- [Link]
-NamePolicy=kernel database on-board slot path
+ [Match]
+OriginalName=*
+
+[Link]
+NamePolicy=keep kernel database onboard slot path
+AlternativeNamesPolicy=database onboard slot path
MACAddressPolicy=persistent
@@ -1134,7 +1137,7 @@ Name=dmz0
NamePolicy= is not set, so Name= takes effect. We use the
10- prefix to order this file early in the list. Note that it needs to be before
- 99-link, i.e. it needs a numerical prefix, to have any effect at all.
+ 99-default.link, i.e. it needs a numerical prefix, to have any effect at all.