diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-30 07:09:14 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-30 07:09:14 -0400 |
commit | 71640ee49826a4e7d35dc31564ed2fab1996beae (patch) | |
tree | 9ef22b45d87bd04d1bc664dcb29dbee77f39f6a8 /man/udevadm.8 | |
parent | 5803c30ed226a4e5a4ab12e4d873c8a586ca8cf6 (diff) |
man: update
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'man/udevadm.8')
-rw-r--r-- | man/udevadm.8 | 37 |
1 files changed, 27 insertions, 10 deletions
diff --git a/man/udevadm.8 b/man/udevadm.8 index 828830be51..64b56e59ea 100644 --- a/man/udevadm.8 +++ b/man/udevadm.8 @@ -2,7 +2,7 @@ .\" Title: udevadm .\" Author: Kay Sievers <kay@vrfy.org> .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 11/07/2014 +.\" Date: 05/30/2015 .\" Manual: udevadm .\" Source: eudev .\" Language: English @@ -69,7 +69,7 @@ Print version number\&. .RS 4 Print help text\&. .RE -.SS "udevadm info [\fIOPTIONS\fR] [\fIDEVPATH\fR|\fIFILE\fR]" +.SS "udevadm info [\fIoptions\fR] [\fIdevpath\fR|\fIfile\fR]" .PP 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 rules that match this device\&. .PP @@ -160,7 +160,13 @@ Print version\&. .RS 4 Print help text\&. .RE -.SS "udevadm trigger [options]" +.PP +In addition an optional positional argument can be used to specify a device name or a sys path\&. It must start with +/dev +or +/sys +respectively\&. +.SS "udevadm trigger [\fIoptions\fR] [\fIdevpath\fR|\fIfile\fR...]" .PP Request device events from the kernel\&. Primarily used to replay events at system coldplug time\&. .PP @@ -218,9 +224,14 @@ Trigger events for devices with a matching property value\&. This option can be Trigger events for devices with a matching tag\&. This option can be specified multiple times\&. .RE .PP -\fB\-y\fR, \fB\-\-sysname\-match=\fR\fB\fINAME\fR\fR +\fB\-y\fR, \fB\-\-sysname\-match=\fR\fB\fIPATH\fR\fR .RS 4 -Trigger events for devices with a matching sys device name\&. This option can be specified multiple times and supports shell style pattern matching\&. +Trigger events for devices with a matching sys device path\&. This option can be specified multiple times and supports shell style pattern matching\&. +.RE +.PP +\fB\-\-name\-match=\fR\fB\fINAME\fR\fR +.RS 4 +Trigger events for devices with a matching device path\&. This options can be specified multiple times\&. .RE .PP \fB\-b\fR, \fB\-\-parent\-match=\fR\fB\fISYSPATH\fR\fR @@ -232,7 +243,13 @@ Trigger events for all children of a given device\&. .RS 4 Print help text\&. .RE -.SS "udevadm settle [options]" +.PP +In addition optional positional arguments can be used to specify device names or sys paths\&. They must start with +/dev +or +/sys +respectively\&. +.SS "udevadm settle [\fIoptions\fR]" .PP Watches the udev event queue, and exits if all current events are handled\&. .PP @@ -307,7 +324,7 @@ The maximum number of seconds to wait for a reply from udevd\&. .RS 4 Print help text\&. .RE -.SS "udevadm monitor [options]" +.SS "udevadm monitor [\fIoptions\fR]" .PP 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\&. .PP @@ -340,7 +357,7 @@ Filter events by property\&. Only udev events with a given tag attached will pas .RS 4 Print help text\&. .RE -.SS "udevadm hwdb [options]" +.SS "udevadm hwdb [\fIoptions\fR]" .PP Maintain the hardware database index in /etc/udev/hwdb\&.bin\&. @@ -365,7 +382,7 @@ Alternative root path in the file system for reading and writing files\&. .RS 4 Print help text\&. .RE -.SS "udevadm test [options] \fIdevpath\fR" +.SS "udevadm test [\fIoptions\fR] [\fIdevpath\fR]" .PP Simulate a udev event run for the given device, and print debug output\&. .PP @@ -387,7 +404,7 @@ Specify when udevadm should resolve names of users and groups\&. When set to .RS 4 Print help text\&. .RE -.SS "udevadm test\-builtin [options] \fICOMMAND\fR \fIDEVPATH\fR" +.SS "udevadm test\-builtin [\fIoptions\fR] [\fIcommand\fR] [\fIdevpath\fR]" .PP Run a built\-in command \fICOMMAND\fR |