diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index 0f51a1aaef..f4d573ddc6 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -53,7 +53,8 @@
children_max=
- An integer. The maximum number of events executed in parallel.
+ An integer. The maximum number of events executed in parallel. When unspecified or 0 is
+ specified, the maximum is determined based on the system resources.This is the same as the option.
diff --git a/man/udevadm.xml b/man/udevadm.xml
index 900bdac4b3..1c339a6b6d 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -607,8 +607,8 @@
value
- Set the maximum number of events, systemd-udevd will handle at the
- same time.
+ Set the maximum number of events, systemd-udevd will handle at the same time. When 0 is
+ specified, then the maximum is determined based on the system resources.