X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevadm.xml;h=ccbeeca404cdb2b083745780fc2d0044463c818f;hp=0518c3ba1a334751e84442559b3eaf99469b2754;hb=0d57399d92cfc6ff082df22ff0047e41927490d1;hpb=a9780590f4459da37368ab55a32568ca7f0d6821 diff --git a/udevadm.xml b/udevadm.xml index 0518c3ba1..ccbeeca40 100644 --- a/udevadm.xml +++ b/udevadm.xml @@ -57,7 +57,7 @@ OPTIONS - udevadm info + udevadm info <replaceable>options</replaceable> Queries the udev database for device information stored in the udev database. It can also query the properties of a device from its sysfs representation to help creating udev @@ -80,7 +80,7 @@ - + The name of the device node or a symlink to query @@ -101,6 +101,13 @@ along the chain, up to the root of sysfs that can be used in udev rules. + + + + Print major/minor numbers of the underlying device, where the file + lives on. + + @@ -122,7 +129,7 @@ - udevadm trigger + udevadm trigger <optional>options</optional> Request kernel device uevents, usually used to replay events at system coldplug. @@ -184,13 +191,14 @@ - udevadm settle + udevadm settle <optional>options</optional> Watches the udev event queue, and exits if all current events are handled. - Maximum seconds to wait for the queue to become empty. + Maximum number of seconds to wait for the event queue to become empty. + The default value is 180 seconds. @@ -202,11 +210,11 @@ - udevadm control <replaceable>instruction</replaceable> + udevadm control <replaceable>command</replaceable> Modify the internal state of the running udev daemon. - + Set the internal log level of udevd. Valid values are the numerical syslog priorities or their textual representations: , @@ -214,46 +222,46 @@ - + Signal udevd to stop executing new events. Incoming events will be queued. - + Signal udevd to enable the execution of events. - + Signal udevd to reload the rules from the config. - + Set global variable. - + Set the maximum number of events, udevd will handle at the same time. - + Set the maximum number of events, which are allowed to run at the same time. - + Print help text. @@ -261,7 +269,7 @@ - udevadm monitor + udevadm monitor <optional>options</optional> Listens to the kernel uevents and events sent out by a udev rule and prints the devpath of the event to the console. It can be used to analyze the event timing, by comparing the timestamps of the kernel uevent and the udev event. @@ -295,7 +303,7 @@ - udevadm test + udevadm test <optional>options</optional> <replaceable>devpath</replaceable> Simulate a udev event run for the given device, and print out debug output. Unless forced to, no device node or symlink will be created.