diff --git a/man/systemd.net-naming-scheme.xml b/man/systemd.net-naming-scheme.xml
index 0dd8728c25..bb78990145 100644
--- a/man/systemd.net-naming-scheme.xml
+++ b/man/systemd.net-naming-scheme.xml
@@ -478,7 +478,8 @@
bridge as that would create naming conflict when there are more child devices on that bridge. Now,
this is relaxed and we will use slot information to generate the name based on it but only if
the PCI device has multiple functions. This is safe because distinct function number is a part of
- the device name for multifunction devices.
+ the device name for multifunction devices. Note, this is reverted in v255.
+ See below.
@@ -521,6 +522,9 @@
Naming was changed for SR-IOV virtual device representors to enable the
change introduced in v254 by default.
+ If we detect that a PCI device associated with a slot is a PCI bridge, we no longer set
+ ID_NET_NAME_SLOT, reverting a change that was introduced in v251.
+