diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml
index 2552c79c11..68460ac93d 100644
--- a/man/kernel-command-line.xml
+++ b/man/kernel-command-line.xml
@@ -255,6 +255,8 @@
rd.udev.children-max=udev.exec-delay=rd.udev.exec-delay=
+ udev.event-timeout=
+ rd.udev.event-timeout=net.ifnames=
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml
index 049a44074e..ab5c1636b2 100644
--- a/man/systemd-udevd.service.xml
+++ b/man/systemd-udevd.service.xml
@@ -58,10 +58,11 @@
udev7
.
- The behavior of the running daemon can be changed
- dynamically with udevadm control, or
- configured using
- udev.conf5.
+ The behavior of the daemon can be configured using
+ udev.conf5,
+ its command-line options, environment variables, and on the kernel
+ command-line, or changed dynamically with udevadm
+ control.
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index de84b91258..16ad41e80e 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -61,20 +61,27 @@
/etc/udev/udev.conf. It consists of a set
of variables allowing the user to override default udev
values. All empty lines or lines beginning with '#' are
- ignored. The following variables can be set:
+ ignored. The following variables can be set:
+
-
-
- udev_log
+
+
+ udev_log
-
- The logging priority. Valid values are the numerical
- syslog priorities or their textual representations:
- , and
- .
-
-
-
+
+ The logging priority. Valid values are the numerical
+ syslog priorities or their textual representations:
+ , and
+ .
+
+
+
+
+
+ In addition, systemd-udevd can be configured
+ by command-line options and the kernel commandline (see
+ systemd-udevd8).
+