diff --git a/man/nm-initrd-generator.xml b/man/nm-initrd-generator.xml
index 5a758357e..503700fa8 100644
--- a/man/nm-initrd-generator.xml
+++ b/man/nm-initrd-generator.xml
@@ -147,6 +147,7 @@
+
@@ -195,6 +196,21 @@
example "ib.pkey=ib0.8004".
+
+
+ NetworkManager supports the
+ =INTERFACE:AUTONEG:SPEED
+ kernel command line option to set up ethtool NIC configuration parameters
+ AUTONEG and SPEED.
+ The INTERFACE being configured must be
+ specified, and the other parameters are optional and can be left blank.
+ When SPEED is set, duplex mode is
+ automatically set to 'full'. INTERFACE
+ accepts string values, AUTONEG accepts
+ boolean values (true and false / on or off / 0 or 1), and
+ SPEED accepts positive integer values.
+
+