diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml
index 5544283d4..00a857b11 100644
--- a/man/sysctl.d.xml
+++ b/man/sysctl.d.xml
@@ -103,6 +103,16 @@
/dev/null in
/etc/sysctl.d/ bearing the
same filename.
+
+ The settings configured with
+ sysctl.d files will be applied
+ early on boot. The network interface-specific options
+ will also be applied individually for each network
+ interface as it shows up in the system. (More
+ specifically, that is
+ net.ipv4.conf.*,
+ net.ipv6.conf.*,
+ net.ipv4.neigh.* and net.ipv6.neigh.*)