From: Zbigniew Jędrzejewski-Szmek Date: Thu, 23 Oct 2014 04:12:50 +0000 (-0500) Subject: man: make udev.event-timeout more visible X-Git-Tag: v217~146 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=203af57fcdced5debfc26e1083eaefa031e322f4;ds=inline man: make udev.event-timeout more visible Evidently some people had trouble finding it in the documentation. --- diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 2552c79c1..68460ac93 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 049a44074..ab5c1636b 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 de84b9125..16ad41e80 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: - - - - udev_log - - - The logging priority. Valid values are the numerical - syslog priorities or their textual representations: - , and - . - - - + ignored. The following variables can be set: + + + + + udev_log + + + 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). +