diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml
index 516455416b..2041ddd427 100644
--- a/man/networkd.conf.xml
+++ b/man/networkd.conf.xml
@@ -42,6 +42,28 @@
+
+ [Network] Section Options
+
+ The following options are available in the [Network] section:
+
+
+
+ SpeedMeter=
+ Takes a boolean. If set to yes, then systemd-networkd
+ measures the traffic of each interface, and
+ networkctl status INTERFACE shows the measured speed.
+ Defaults to no.
+
+
+
+ SpeedMeterIntervalSec=
+ Specifies the time interval to calculate the traffic speed of each interface.
+ If SpeedMeter=no, the value is ignored. Defaults to 10sec.
+
+
+
+
[DHCP] Section Options