From 0ba3128e90ae7f0eb7ab55bd7feb58513c454c82 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sun, 2 Nov 2014 14:36:05 -0500 Subject: man: update man pages Signed-off-by: Anthony G. Basile --- man/udevd.xml | 64 ++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 23 deletions(-) (limited to 'man/udevd.xml') diff --git a/man/udevd.xml b/man/udevd.xml index de670cb578..cfbb798428 100644 --- a/man/udevd.xml +++ b/man/udevd.xml @@ -36,6 +36,7 @@ + @@ -50,10 +51,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. @@ -65,50 +67,55 @@ Detach and run in the background. + - Print debug messages to stderr. + Print debug messages to standard error. + Limit the number of events executed in parallel. + + Delay the execution of RUN + instructions by the given number of seconds. This option + might be useful when debugging system crashes during + coldplug caused by loading non-working kernel + modules. + + - Delay the execution of RUN instruction by the given - number of seconds. This option might be useful when - debugging system crashes during coldplug caused by loading - non-working kernel modules. + + + + Set the number of seconds to wait for events to finish. After + this time the event will be terminated. The default is 30 seconds. + Specify when udevd should resolve names of users and groups. - When set to (the default) names will be + When set to (the default), names will be resolved when the rules are parsed. When set to - names will be resolved for every event. - When set to names will never be resolved + , names will be resolved for every event. + When set to , names will never be resolved and all devices will be owned by root. - - - - Print version number. - - + - - Print help text. - + @@ -146,20 +153,31 @@ udev.exec-delay= rd.udev.exec-delay= - Delay the execution of RUN instruction by the given + Delay the execution of RUN instructions by the given number of seconds. This option might be useful when debugging system crashes during coldplug caused by loading non-working kernel modules. + + udev.event-timeout= + rd.udev.event-timeout= + + Wait for events to finish up to the given number + of seconds. This option might be useful if events are + terminated due to kernel drivers taking too long to initialize. + + net.ifnames= Network interfaces are renamed to give them predictable names - when possible. It is enabled by default, specifying 0 disables it. + when possible. It is enabled by default; specifying 0 disables it. + -- cgit v1.2.3-54-g00ecf